Html Css Color HEX #BD0C15 Venetian Red

📋 copy color: '#BD0C15'

red 189 ◦ green 12 ◦ blue 21

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

Shades of Venetian Red #BD0C15

Tints of Venetian Red #BD0C15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 9.46%

R = 85.14%
G = 5.41%
B = 9.46%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.89

 K value IS 0.26

RGB Variations

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

Color information

#BD0C15 (or 0xBD0C15) is known color: Venetian Red. HEX triplet: BD, 0C and 15. RGB value is (189,12,21). Sum of RGB (Red+Green+Blue) = 189+12+21=222 (29% of max value = 765). Red value is 189 (74.22% from 255 or 85.14% from 222); Green value is 12 (5.08% from 255 or 5.41% from 222); Blue value is 21 (8.59% from 255 or 9.46% from 222); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0C15 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BD0C15 is #42F3EA. Grayscale: #424242. Windows color (decimal): -4387819 or 1379517. OLE color: 1379517.

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

Color convert

RGB 189 12 21 -
CMYK 0 0.94 0.89 0.26
HSL 356.95º 0.88% 0.39% -
HSV(B) 356.95º 0.94% 0.74% -
XYZ 21.25 11.14 1.74 -
YUV 65.95 102.64 215.77 -
System Red Green Blue C M Y K H S L
Decimal 189 12 21 0 0.94 0.89 0.26 356.95 0.88 0.39
Hex BD C 15 0 5E 59 1A 165 58 27
Octal 275 14 25 0 136 131 32 545 130 47
Binary 10111101 1100 10101 0 1011110 1011001 11010 101100101 1011000 100111

Color Harmonies of #BD0C15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0C15

Black with #BD0C15

Text Example


Text Example

White with #BD0C15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0C15; }

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

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

background-color css

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

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

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

border-color css

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

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

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