Html Css Color HEX #BF0C10 Venetian Red

📋 copy color: '#BF0C10'

red 191 ◦ green 12 ◦ blue 16

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

Shades of Venetian Red #BF0C10

Tints of Venetian Red #BF0C10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 7.31%

R = 87.21%
G = 5.48%
B = 7.31%

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

#BF0C10 (or 0xBF0C10) is known color: Venetian Red. HEX triplet: BF, 0C and 10. RGB value is (191,12,16). Sum of RGB (Red+Green+Blue) = 191+12+16=219 (29% of max value = 765). Red value is 191 (75% from 255 or 87.21% from 219); Green value is 12 (5.08% from 255 or 5.48% from 219); Blue value is 16 (6.64% from 255 or 7.31% from 219); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0C10 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BF0C10 is #40F3EF. Grayscale: #424242. Windows color (decimal): -4256752 or 1051839. OLE color: 1051839.

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

Color convert

RGB 191 12 16 -
CMYK 0 0.94 0.92 0.25
HSL 358.66º 0.88% 0.4% -
HSV(B) 358.66º 0.94% 0.75% -
XYZ 21.71 11.38 1.54 -
YUV 65.98 99.8 217.17 -
System Red Green Blue C M Y K H S L
Decimal 191 12 16 0 0.94 0.92 0.25 358.66 0.88 0.4
Hex BF C 10 0 5E 5C 19 167 58 28
Octal 277 14 20 0 136 134 31 547 130 50
Binary 10111111 1100 10000 0 1011110 1011100 11001 101100111 1011000 101000

Color Harmonies of #BF0C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0C10

Black with #BF0C10

Text Example


Text Example

White with #BF0C10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0C10; }

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

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

background-color css

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

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

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

border-color css

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

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

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