Html Css Color HEX #BF080C Venetian Red

📋 copy color: '#BF080C'

red 191 ◦ green 8 ◦ blue 12

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

Shades of Venetian Red #BF080C

Tints of Venetian Red #BF080C

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.79%

 BLUE value IS 12 (5.08% from 255) = 5.69%

R = 90.52%
G = 3.79%
B = 5.69%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.94

 K value IS 0.25

RGB Variations

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

Color information

#BF080C (or 0xBF080C) is known color: Venetian Red. HEX triplet: BF, 08 and 0C. RGB value is (191,8,12). Sum of RGB (Red+Green+Blue) = 191+8+12=211 (27% of max value = 765). Red value is 191 (75% from 255 or 90.52% from 211); Green value is 8 (3.52% from 255 or 3.79% from 211); Blue value is 12 (5.08% from 255 or 5.69% from 211); Max value from RGB is 191 - color contains mainly: red. Hex color #BF080C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BF080C is #40F7F3. Grayscale: #3F3F3F. Windows color (decimal): -4257780 or 788671. OLE color: 788671.

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

Color convert

RGB 191 8 12 -
CMYK 0 0.96 0.94 0.25
HSL 358.69º 0.92% 0.39% -
HSV(B) 358.69º 0.96% 0.75% -
XYZ 21.64 11.28 1.38 -
YUV 63.17 99.13 219.17 -
System Red Green Blue C M Y K H S L
Decimal 191 8 12 0 0.96 0.94 0.25 358.69 0.92 0.39
Hex BF 8 C 0 60 5E 19 167 5C 27
Octal 277 10 14 0 140 136 31 547 134 47
Binary 10111111 1000 1100 0 1100000 1011110 11001 101100111 1011100 100111

Color Harmonies of #BF080C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF080C

Black with #BF080C

Text Example


Text Example

White with #BF080C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF080C; }

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

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

background-color css

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

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

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

border-color css

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

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

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