Html Css Color HEX #BB041F Venetian Red

📋 copy color: '#BB041F'

red 187 ◦ green 4 ◦ blue 31

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

Shades of Venetian Red #BB041F

Tints of Venetian Red #BB041F

RGB

 RED value IS 187 (73.44% from 255) = 84.23%

 GREEN value IS 4 (1.95% from 255) = 1.8%

 BLUE value IS 31 (12.5% from 255) = 13.96%

R = 84.23%
G = 1.8%
B = 13.96%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#BB041F (or 0xBB041F) is known color: Venetian Red. HEX triplet: BB, 04 and 1F. RGB value is (187,4,31). Sum of RGB (Red+Green+Blue) = 187+4+31=222 (29% of max value = 765). Red value is 187 (73.44% from 255 or 84.23% from 222); Green value is 4 (1.95% from 255 or 1.80% from 222); Blue value is 31 (12.5% from 255 or 13.96% from 222); Max value from RGB is 187 - color contains mainly: red. Hex color #BB041F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB041F is #44FBE0. Grayscale: #3D3D3D. Windows color (decimal): -4520929 or 2032827. OLE color: 2032827.

HSL color Cylindrical-coordinate representation of color #BB041F: hue angle of 351.15º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BB041F is Cyan = 0, Magento = 0.98, Yellow = 0.83 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 4 31 -
CMYK 0 0.98 0.83 0.27
HSL 351.15º 0.96% 0.37% -
HSV(B) 351.15º 0.98% 0.73% -
XYZ 20.78 10.75 2.28 -
YUV 61.8 110.63 217.3 -
System Red Green Blue C M Y K H S L
Decimal 187 4 31 0 0.98 0.83 0.27 351.15 0.96 0.37
Hex BB 4 1F 0 62 53 1B 15F 60 25
Octal 273 4 37 0 142 123 33 537 140 45
Binary 10111011 100 11111 0 1100010 1010011 11011 101011111 1100000 100101

Color Harmonies of #BB041F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB041F

Black with #BB041F

Text Example


Text Example

White with #BB041F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB041F; }

 p { color: rgb(187,4,31); }

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

background-color css

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

 a { background-color: rgb(187,4,31); }

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

border-color css

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

 span { border-color: rgb(187,4,31); }

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