Html Css Color HEX #BF030C Venetian Red

📋 copy color: '#BF030C'

red 191 ◦ green 3 ◦ blue 12

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

Shades of Venetian Red #BF030C

Tints of Venetian Red #BF030C

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.46%

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

R = 92.72%
G = 1.46%
B = 5.83%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.94

 K value IS 0.25

RGB Variations

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

Color information

#BF030C (or 0xBF030C) is known color: Venetian Red. HEX triplet: BF, 03 and 0C. RGB value is (191,3,12). Sum of RGB (Red+Green+Blue) = 191+3+12=206 (27% of max value = 765). Red value is 191 (75% from 255 or 92.72% from 206); Green value is 3 (1.56% from 255 or 1.46% from 206); Blue value is 12 (5.08% from 255 or 5.83% from 206); Max value from RGB is 191 - color contains mainly: red. Hex color #BF030C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BF030C is #40FCF3. Grayscale: #3C3C3C. Windows color (decimal): -4259060 or 787391. OLE color: 787391.

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

Color convert

RGB 191 3 12 -
CMYK 0 0.98 0.94 0.25
HSL 357.13º 0.97% 0.38% -
HSV(B) 357.13º 0.98% 0.75% -
XYZ 21.58 11.17 1.37 -
YUV 60.24 100.78 221.27 -
System Red Green Blue C M Y K H S L
Decimal 191 3 12 0 0.98 0.94 0.25 357.13 0.97 0.38
Hex BF 3 C 0 62 5E 19 165 61 26
Octal 277 3 14 0 142 136 31 545 141 46
Binary 10111111 11 1100 0 1100010 1011110 11001 101100101 1100001 100110

Color Harmonies of #BF030C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF030C

Black with #BF030C

Text Example


Text Example

White with #BF030C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF030C; }

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

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

background-color css

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

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

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

border-color css

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

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

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