Html Css Color HEX #BD0C0F Venetian Red

📋 copy color: '#BD0C0F'

red 189 ◦ green 12 ◦ blue 15

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

Shades of Venetian Red #BD0C0F

Tints of Venetian Red #BD0C0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 6.94%

R = 87.5%
G = 5.56%
B = 6.94%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.92

 K value IS 0.26

RGB Variations

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

Color information

#BD0C0F (or 0xBD0C0F) is known color: Venetian Red. HEX triplet: BD, 0C and 0F. RGB value is (189,12,15). Sum of RGB (Red+Green+Blue) = 189+12+15=216 (28% of max value = 765). Red value is 189 (74.22% from 255 or 87.5% from 216); Green value is 12 (5.08% from 255 or 5.56% from 216); Blue value is 15 (6.25% from 255 or 6.94% from 216); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0C0F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BD0C0F is #42F3F0. Grayscale: #414141. Windows color (decimal): -4387825 or 986301. OLE color: 986301.

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

Color convert

RGB 189 12 15 -
CMYK 0 0.94 0.92 0.26
HSL 358.98º 0.88% 0.39% -
HSV(B) 358.98º 0.94% 0.74% -
XYZ 21.2 11.12 1.48 -
YUV 65.27 99.64 216.26 -
System Red Green Blue C M Y K H S L
Decimal 189 12 15 0 0.94 0.92 0.26 358.98 0.88 0.39
Hex BD C F 0 5E 5C 1A 167 58 27
Octal 275 14 17 0 136 134 32 547 130 47
Binary 10111101 1100 1111 0 1011110 1011100 11010 101100111 1011000 100111

Color Harmonies of #BD0C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0C0F

Black with #BD0C0F

Text Example


Text Example

White with #BD0C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0C0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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