Html Css Color HEX #BF0C0F Venetian Red

📋 copy color: '#BF0C0F'

red 191 ◦ green 12 ◦ blue 15

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

Shades of Venetian Red #BF0C0F

Tints of Venetian Red #BF0C0F

RGB

 RED value IS 191 (75% from 255) = 87.61%

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

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

R = 87.61%
G = 5.5%
B = 6.88%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#BF0C0F (or 0xBF0C0F) is known color: Venetian Red. HEX triplet: BF, 0C and 0F. RGB value is (191,12,15). Sum of RGB (Red+Green+Blue) = 191+12+15=218 (28% of max value = 765). Red value is 191 (75% from 255 or 87.61% from 218); Green value is 12 (5.08% from 255 or 5.50% from 218); Blue value is 15 (6.25% from 255 or 6.88% from 218); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0C0F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BF0C0F is #40F3F0. Grayscale: #424242. Windows color (decimal): -4256753 or 986303. OLE color: 986303.

HSL color Cylindrical-coordinate representation of color #BF0C0F: hue angle of 358.99º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BF0C0F is Cyan = 0, Magento = 0.94, Yellow = 0.92 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 12 15 -
CMYK 0 0.94 0.92 0.25
HSL 358.99º 0.88% 0.4% -
HSV(B) 358.99º 0.94% 0.75% -
XYZ 21.7 11.37 1.5 -
YUV 65.86 99.3 217.26 -
System Red Green Blue C M Y K H S L
Decimal 191 12 15 0 0.94 0.92 0.25 358.99 0.88 0.4
Hex BF C F 0 5E 5C 19 167 58 28
Octal 277 14 17 0 136 134 31 547 130 50
Binary 10111111 1100 1111 0 1011110 1011100 11001 101100111 1011000 101000

Color Harmonies of #BF0C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0C0F

Black with #BF0C0F

Text Example


Text Example

White with #BF0C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0C0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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