Html Css Color HEX #BF020C Venetian Red

📋 copy color: '#BF020C'

red 191 ◦ green 2 ◦ blue 12

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

Shades of Venetian Red #BF020C

Tints of Venetian Red #BF020C

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.98%

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

R = 93.17%
G = 0.98%
B = 5.85%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.94

 K value IS 0.25

RGB Variations

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

Color information

#BF020C (or 0xBF020C) is known color: Venetian Red. HEX triplet: BF, 02 and 0C. RGB value is (191,2,12). Sum of RGB (Red+Green+Blue) = 191+2+12=205 (27% of max value = 765). Red value is 191 (75% from 255 or 93.17% from 205); Green value is 2 (1.17% from 255 or 0.98% from 205); Blue value is 12 (5.08% from 255 or 5.85% from 205); Max value from RGB is 191 - color contains mainly: red. Hex color #BF020C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BF020C is #40FDF3. Grayscale: #3B3B3B. Windows color (decimal): -4259316 or 787135. OLE color: 787135.

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

Color convert

RGB 191 2 12 -
CMYK 0 0.99 0.94 0.25
HSL 356.83º 0.98% 0.38% -
HSV(B) 356.83º 0.99% 0.75% -
XYZ 21.57 11.15 1.36 -
YUV 59.65 101.12 221.69 -
System Red Green Blue C M Y K H S L
Decimal 191 2 12 0 0.99 0.94 0.25 356.83 0.98 0.38
Hex BF 2 C 0 63 5E 19 165 62 26
Octal 277 2 14 0 143 136 31 545 142 46
Binary 10111111 10 1100 0 1100011 1011110 11001 101100101 1100010 100110

Color Harmonies of #BF020C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF020C

Black with #BF020C

Text Example


Text Example

White with #BF020C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF020C; }

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

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

background-color css

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

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

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

border-color css

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

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

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