Html Css Color HEX #BF0412 Venetian Red

📋 copy color: '#BF0412'

red 191 ◦ green 4 ◦ blue 18

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

Shades of Venetian Red #BF0412

Tints of Venetian Red #BF0412

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.88%

 BLUE value IS 18 (7.42% from 255) = 8.45%

R = 89.67%
G = 1.88%
B = 8.45%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#BF0412 (or 0xBF0412) is known color: Venetian Red. HEX triplet: BF, 04 and 12. RGB value is (191,4,18). Sum of RGB (Red+Green+Blue) = 191+4+18=213 (28% of max value = 765). Red value is 191 (75% from 255 or 89.67% from 213); Green value is 4 (1.95% from 255 or 1.88% from 213); Blue value is 18 (7.42% from 255 or 8.45% from 213); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0412 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BF0412 is #40FBED. Grayscale: #3D3D3D. Windows color (decimal): -4258798 or 1180863. OLE color: 1180863.

HSL color Cylindrical-coordinate representation of color #BF0412: hue angle of 355.51º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BF0412 is Cyan = 0, Magento = 0.98, Yellow = 0.91 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 4 18 -
CMYK 0 0.98 0.91 0.25
HSL 355.51º 0.96% 0.38% -
HSV(B) 355.51º 0.98% 0.75% -
XYZ 21.64 11.21 1.59 -
YUV 61.51 103.45 220.36 -
System Red Green Blue C M Y K H S L
Decimal 191 4 18 0 0.98 0.91 0.25 355.51 0.96 0.38
Hex BF 4 12 0 62 5B 19 164 60 26
Octal 277 4 22 0 142 133 31 544 140 46
Binary 10111111 100 10010 0 1100010 1011011 11001 101100100 1100000 100110

Color Harmonies of #BF0412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0412

Black with #BF0412

Text Example


Text Example

White with #BF0412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0412; }

 p { color: rgb(191,4,18); }

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

background-color css

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

 a { background-color: rgb(191,4,18); }

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

border-color css

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

 span { border-color: rgb(191,4,18); }

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