Html Css Color HEX #BD002D Venetian Red

📋 copy color: '#BD002D'

red 189 ◦ green 0 ◦ blue 45

#BD002D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Venetian Red #BD002D

Tints of Venetian Red #BD002D

RGB

 RED value IS 189 (74.22% from 255) = 80.77%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 45 (17.97% from 255) = 19.23%

R = 80.77%
G = 0%
B = 19.23%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.76

 K value IS 0.26

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BD002D (or 0xBD002D) is known color: Venetian Red. HEX triplet: BD, 00 and 2D. RGB value is (189,0,45). Sum of RGB (Red+Green+Blue) = 189+0+45=234 (30% of max value = 765). Red value is 189 (74.22% from 255 or 80.77% from 234); Green value is 0 (0.39% from 255 or 0% from 234); Blue value is 45 (17.97% from 255 or 19.23% from 234); Max value from RGB is 189 - color contains mainly: red. Hex color #BD002D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD002D is #42FFD2. Grayscale: #3D3D3D. Windows color (decimal): -4390867 or 2949309. OLE color: 2949309.

HSL color Cylindrical-coordinate representation of color #BD002D: hue angle of 345.71º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BD002D is Cyan = 0, Magento = 1, Yellow = 0.76 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 0 45 -
CMYK 0 1 0.76 0.26
HSL 345.71º 1% 0.37% -
HSV(B) 345.71º 1% 0.74% -
XYZ 21.46 11.01 3.48 -
YUV 61.64 118.62 218.84 -
System Red Green Blue C M Y K H S L
Decimal 189 0 45 0 1 0.76 0.26 345.71 1 0.37
Hex BD 0 2D 0 64 4C 1A 15A 64 25
Octal 275 0 55 0 144 114 32 532 144 45
Binary 10111101 0 101101 0 1100100 1001100 11010 101011010 1100100 100101

Color Harmonies of #BD002D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD002D

Black with #BD002D

Text Example


Text Example

White with #BD002D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD002D; }

 p { color: rgb(189,0,45); }

 H1.HeaderClassName
 {
   color: #BD002D;
 }
 .AnyTagClassName
 {
   color: #BD002D;
 }
</style>

background-color css

<style>
 a { background-color: #BD002D; }

 a { background-color: rgb(189,0,45); }

 div.DivClassName
 {
   background-color: #BD002D;
 }
 .BgClassName
 {
   background-color: #BD002D;
 }
</style>

border-color css

<style>
 span { border-color: #BD002D; }

 span { border-color: rgb(189,0,45); }

 td.TdClassName
 {
   border-color: #BD002D;
 }
 .TagClassName
 {
   border-color: #BD002D;
 }
</style>