Html Css Color HEX #BF0408 Venetian Red

📋 copy color: '#BF0408'

red 191 ◦ green 4 ◦ blue 8

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

Shades of Venetian Red #BF0408

Tints of Venetian Red #BF0408

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.94%

R = 94.09%
G = 1.97%
B = 3.94%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.96

 K value IS 0.25

RGB Variations

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

Color information

#BF0408 (or 0xBF0408) is known color: Venetian Red. HEX triplet: BF, 04 and 08. RGB value is (191,4,8). Sum of RGB (Red+Green+Blue) = 191+4+8=203 (26% of max value = 765). Red value is 191 (75% from 255 or 94.09% from 203); Green value is 4 (1.95% from 255 or 1.97% from 203); Blue value is 8 (3.52% from 255 or 3.94% from 203); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0408 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BF0408 is #40FBF7. Grayscale: #3C3C3C. Windows color (decimal): -4258808 or 525503. OLE color: 525503.

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

Color convert

RGB 191 4 8 -
CMYK 0 0.98 0.96 0.25
HSL 358.72º 0.96% 0.38% -
HSV(B) 358.72º 0.98% 0.75% -
XYZ 21.57 11.18 1.25 -
YUV 60.37 98.45 221.17 -
System Red Green Blue C M Y K H S L
Decimal 191 4 8 0 0.98 0.96 0.25 358.72 0.96 0.38
Hex BF 4 8 0 62 60 19 167 60 26
Octal 277 4 10 0 142 140 31 547 140 46
Binary 10111111 100 1000 0 1100010 1100000 11001 101100111 1100000 100110

Color Harmonies of #BF0408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0408

Black with #BF0408

Text Example


Text Example

White with #BF0408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0408; }

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

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

background-color css

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

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

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

border-color css

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

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

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