Html Css Color HEX #BD0C26 Venetian Red

📋 copy color: '#BD0C26'

red 189 ◦ green 12 ◦ blue 38

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

Shades of Venetian Red #BD0C26

Tints of Venetian Red #BD0C26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 15.9%

R = 79.08%
G = 5.02%
B = 15.9%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.80

 K value IS 0.26

RGB Variations

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

Color information

#BD0C26 (or 0xBD0C26) is known color: Venetian Red. HEX triplet: BD, 0C and 26. RGB value is (189,12,38). Sum of RGB (Red+Green+Blue) = 189+12+38=239 (31% of max value = 765). Red value is 189 (74.22% from 255 or 79.08% from 239); Green value is 12 (5.08% from 255 or 5.02% from 239); Blue value is 38 (15.23% from 255 or 15.90% from 239); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0C26 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD0C26 is #42F3D9. Grayscale: #434343. Windows color (decimal): -4387802 or 2493629. OLE color: 2493629.

HSL color Cylindrical-coordinate representation of color #BD0C26: hue angle of 351.19º 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 #BD0C26 is Cyan = 0, Magento = 0.94, Yellow = 0.80 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 12 38 -
CMYK 0 0.94 0.80 0.26
HSL 351.19º 0.88% 0.39% -
HSV(B) 351.19º 0.94% 0.74% -
XYZ 21.47 11.22 2.87 -
YUV 67.89 111.14 214.39 -
System Red Green Blue C M Y K H S L
Decimal 189 12 38 0 0.94 0.80 0.26 351.19 0.88 0.39
Hex BD C 26 0 5E 50 1A 15F 58 27
Octal 275 14 46 0 136 120 32 537 130 47
Binary 10111101 1100 100110 0 1011110 1010000 11010 101011111 1011000 100111

Color Harmonies of #BD0C26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0C26

Black with #BD0C26

Text Example


Text Example

White with #BD0C26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0C26; }

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

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

background-color css

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

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

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

border-color css

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

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

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