Html Css Color HEX #BF021A Venetian Red

📋 copy color: '#BF021A'

red 191 ◦ green 2 ◦ blue 26

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

Shades of Venetian Red #BF021A

Tints of Venetian Red #BF021A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 11.87%

R = 87.21%
G = 0.91%
B = 11.87%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.86

 K value IS 0.25

RGB Variations

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

Color information

#BF021A (or 0xBF021A) is known color: Venetian Red. HEX triplet: BF, 02 and 1A. RGB value is (191,2,26). Sum of RGB (Red+Green+Blue) = 191+2+26=219 (29% of max value = 765). Red value is 191 (75% from 255 or 87.21% from 219); Green value is 2 (1.17% from 255 or 0.91% from 219); Blue value is 26 (10.55% from 255 or 11.87% from 219); Max value from RGB is 191 - color contains mainly: red. Hex color #BF021A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF021A is #40FDE5. Grayscale: #3D3D3D. Windows color (decimal): -4259302 or 1704639. OLE color: 1704639.

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

Color convert

RGB 191 2 26 -
CMYK 0 0.99 0.86 0.25
HSL 352.38º 0.98% 0.38% -
HSV(B) 352.38º 0.99% 0.75% -
XYZ 21.69 11.19 1.99 -
YUV 61.25 108.12 220.55 -
System Red Green Blue C M Y K H S L
Decimal 191 2 26 0 0.99 0.86 0.25 352.38 0.98 0.38
Hex BF 2 1A 0 63 56 19 160 62 26
Octal 277 2 32 0 143 126 31 540 142 46
Binary 10111111 10 11010 0 1100011 1010110 11001 101100000 1100010 100110

Color Harmonies of #BF021A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF021A

Black with #BF021A

Text Example


Text Example

White with #BF021A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF021A; }

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

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

background-color css

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

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

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

border-color css

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

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

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