Html Css Color HEX #BD0C23 Venetian Red

📋 copy color: '#BD0C23'

red 189 ◦ green 12 ◦ blue 35

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

Shades of Venetian Red #BD0C23

Tints of Venetian Red #BD0C23

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.08%

 BLUE value IS 35 (14.06% from 255) = 14.83%

R = 80.08%
G = 5.08%
B = 14.83%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.81

 K value IS 0.26

RGB Variations

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

Color information

#BD0C23 (or 0xBD0C23) is known color: Venetian Red. HEX triplet: BD, 0C and 23. RGB value is (189,12,35). Sum of RGB (Red+Green+Blue) = 189+12+35=236 (31% of max value = 765). Red value is 189 (74.22% from 255 or 80.08% from 236); Green value is 12 (5.08% from 255 or 5.08% from 236); Blue value is 35 (14.06% from 255 or 14.83% from 236); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0C23 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD0C23 is #42F3DC. Grayscale: #434343. Windows color (decimal): -4387805 or 2297021. OLE color: 2297021.

HSL color Cylindrical-coordinate representation of color #BD0C23: hue angle of 352.2º degrees, saturation: 0.88, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BD0C23 is Cyan = 0, Magento = 0.94, Yellow = 0.81 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 12 35 -
CMYK 0 0.94 0.81 0.26
HSL 352.2º 0.88% 0.39% -
HSV(B) 352.2º 0.94% 0.74% -
XYZ 21.42 11.2 2.62 -
YUV 67.55 109.64 214.63 -
System Red Green Blue C M Y K H S L
Decimal 189 12 35 0 0.94 0.81 0.26 352.2 0.88 0.39
Hex BD C 23 0 5E 51 1A 160 58 27
Octal 275 14 43 0 136 121 32 540 130 47
Binary 10111101 1100 100011 0 1011110 1010001 11010 101100000 1011000 100111

Color Harmonies of #BD0C23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0C23

Black with #BD0C23

Text Example


Text Example

White with #BD0C23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0C23; }

 p { color: rgb(189,12,35); }

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

background-color css

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

 a { background-color: rgb(189,12,35); }

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

border-color css

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

 span { border-color: rgb(189,12,35); }

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