Html Css Color HEX #BF031A Venetian Red

📋 copy color: '#BF031A'

red 191 ◦ green 3 ◦ blue 26

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

Shades of Venetian Red #BF031A

Tints of Venetian Red #BF031A

RGB

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

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

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

R = 86.82%
G = 1.36%
B = 11.82%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.86

 K value IS 0.25

RGB Variations

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

Color information

#BF031A (or 0xBF031A) is known color: Venetian Red. HEX triplet: BF, 03 and 1A. RGB value is (191,3,26). Sum of RGB (Red+Green+Blue) = 191+3+26=220 (29% of max value = 765). Red value is 191 (75% from 255 or 86.82% from 220); Green value is 3 (1.56% from 255 or 1.36% from 220); Blue value is 26 (10.55% from 255 or 11.82% from 220); Max value from RGB is 191 - color contains mainly: red. Hex color #BF031A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF031A is #40FCE5. Grayscale: #3D3D3D. Windows color (decimal): -4259046 or 1704895. OLE color: 1704895.

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

Color convert

RGB 191 3 26 -
CMYK 0 0.98 0.86 0.25
HSL 352.66º 0.97% 0.38% -
HSV(B) 352.66º 0.98% 0.75% -
XYZ 21.7 11.22 2 -
YUV 61.83 107.78 220.13 -
System Red Green Blue C M Y K H S L
Decimal 191 3 26 0 0.98 0.86 0.25 352.66 0.97 0.38
Hex BF 3 1A 0 62 56 19 161 61 26
Octal 277 3 32 0 142 126 31 541 141 46
Binary 10111111 11 11010 0 1100010 1010110 11001 101100001 1100001 100110

Color Harmonies of #BF031A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF031A

Black with #BF031A

Text Example


Text Example

White with #BF031A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF031A; }

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

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

background-color css

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

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

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

border-color css

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

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

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