Html Css Color HEX #BF031B Venetian Red

📋 copy color: '#BF031B'

red 191 ◦ green 3 ◦ blue 27

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

Shades of Venetian Red #BF031B

Tints of Venetian Red #BF031B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 12.22%

R = 86.43%
G = 1.36%
B = 12.22%

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

#BF031B (or 0xBF031B) is known color: Venetian Red. HEX triplet: BF, 03 and 1B. RGB value is (191,3,27). Sum of RGB (Red+Green+Blue) = 191+3+27=221 (29% of max value = 765). Red value is 191 (75% from 255 or 86.43% from 221); Green value is 3 (1.56% from 255 or 1.36% from 221); Blue value is 27 (10.94% from 255 or 12.22% from 221); Max value from RGB is 191 - color contains mainly: red. Hex color #BF031B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF031B is #40FCE4. Grayscale: #3E3E3E. Windows color (decimal): -4259045 or 1770431. OLE color: 1770431.

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

Color convert

RGB 191 3 27 -
CMYK 0 0.98 0.86 0.25
HSL 352.34º 0.97% 0.38% -
HSV(B) 352.34º 0.98% 0.75% -
XYZ 21.72 11.22 2.06 -
YUV 61.95 108.28 220.05 -
System Red Green Blue C M Y K H S L
Decimal 191 3 27 0 0.98 0.86 0.25 352.34 0.97 0.38
Hex BF 3 1B 0 62 56 19 160 61 26
Octal 277 3 33 0 142 126 31 540 141 46
Binary 10111111 11 11011 0 1100010 1010110 11001 101100000 1100001 100110

Color Harmonies of #BF031B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF031B

Black with #BF031B

Text Example


Text Example

White with #BF031B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF031B; }

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

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

background-color css

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

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

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

border-color css

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

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

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