Html Css Color HEX #BF032A Venetian Red

📋 copy color: '#BF032A'

red 191 ◦ green 3 ◦ blue 42

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

Shades of Venetian Red #BF032A

Tints of Venetian Red #BF032A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 17.8%

R = 80.93%
G = 1.27%
B = 17.8%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.78

 K value IS 0.25

RGB Variations

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

Color information

#BF032A (or 0xBF032A) is known color: Venetian Red. HEX triplet: BF, 03 and 2A. RGB value is (191,3,42). Sum of RGB (Red+Green+Blue) = 191+3+42=236 (31% of max value = 765). Red value is 191 (75% from 255 or 80.93% from 236); Green value is 3 (1.56% from 255 or 1.27% from 236); Blue value is 42 (16.80% from 255 or 17.80% from 236); Max value from RGB is 191 - color contains mainly: red. Hex color #BF032A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF032A is #40FCD5. Grayscale: #3F3F3F. Windows color (decimal): -4259030 or 2753471. OLE color: 2753471.

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

Color convert

RGB 191 3 42 -
CMYK 0 0.98 0.78 0.25
HSL 347.55º 0.97% 0.38% -
HSV(B) 347.55º 0.98% 0.75% -
XYZ 21.94 11.31 3.22 -
YUV 63.66 115.78 218.83 -
System Red Green Blue C M Y K H S L
Decimal 191 3 42 0 0.98 0.78 0.25 347.55 0.97 0.38
Hex BF 3 2A 0 62 4E 19 15C 61 26
Octal 277 3 52 0 142 116 31 534 141 46
Binary 10111111 11 101010 0 1100010 1001110 11001 101011100 1100001 100110

Color Harmonies of #BF032A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF032A

Black with #BF032A

Text Example


Text Example

White with #BF032A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF032A; }

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

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

background-color css

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

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

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

border-color css

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

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

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