Html Css Color HEX #BD0C1F Venetian Red

📋 copy color: '#BD0C1F'

red 189 ◦ green 12 ◦ blue 31

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

Shades of Venetian Red #BD0C1F

Tints of Venetian Red #BD0C1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 13.36%

R = 81.47%
G = 5.17%
B = 13.36%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.84

 K value IS 0.26

RGB Variations

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

Color information

#BD0C1F (or 0xBD0C1F) is known color: Venetian Red. HEX triplet: BD, 0C and 1F. RGB value is (189,12,31). Sum of RGB (Red+Green+Blue) = 189+12+31=232 (30% of max value = 765). Red value is 189 (74.22% from 255 or 81.47% from 232); Green value is 12 (5.08% from 255 or 5.17% from 232); Blue value is 31 (12.5% from 255 or 13.36% from 232); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0C1F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD0C1F is #42F3E0. Grayscale: #434343. Windows color (decimal): -4387809 or 2034877. OLE color: 2034877.

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

Color convert

RGB 189 12 31 -
CMYK 0 0.94 0.84 0.26
HSL 353.56º 0.88% 0.39% -
HSV(B) 353.56º 0.94% 0.74% -
XYZ 21.37 11.18 2.33 -
YUV 67.09 107.64 214.96 -
System Red Green Blue C M Y K H S L
Decimal 189 12 31 0 0.94 0.84 0.26 353.56 0.88 0.39
Hex BD C 1F 0 5E 54 1A 162 58 27
Octal 275 14 37 0 136 124 32 542 130 47
Binary 10111101 1100 11111 0 1011110 1010100 11010 101100010 1011000 100111

Color Harmonies of #BD0C1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0C1F

Black with #BD0C1F

Text Example


Text Example

White with #BD0C1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0C1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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