Html Css Color HEX #BB040E Venetian Red

📋 copy color: '#BB040E'

red 187 ◦ green 4 ◦ blue 14

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

Shades of Venetian Red #BB040E

Tints of Venetian Red #BB040E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 6.83%

R = 91.22%
G = 1.95%
B = 6.83%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.93

 K value IS 0.27

RGB Variations

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

Color information

#BB040E (or 0xBB040E) is known color: Venetian Red. HEX triplet: BB, 04 and 0E. RGB value is (187,4,14). Sum of RGB (Red+Green+Blue) = 187+4+14=205 (27% of max value = 765). Red value is 187 (73.44% from 255 or 91.22% from 205); Green value is 4 (1.95% from 255 or 1.95% from 205); Blue value is 14 (5.86% from 255 or 6.83% from 205); Max value from RGB is 187 - color contains mainly: red. Hex color #BB040E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB040E is #44FBF1. Grayscale: #3C3C3C. Windows color (decimal): -4520946 or 918715. OLE color: 918715.

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

Color convert

RGB 187 4 14 -
CMYK 0 0.98 0.93 0.27
HSL 356.72º 0.96% 0.37% -
HSV(B) 356.72º 0.98% 0.73% -
XYZ 20.62 10.68 1.39 -
YUV 59.86 102.13 218.69 -
System Red Green Blue C M Y K H S L
Decimal 187 4 14 0 0.98 0.93 0.27 356.72 0.96 0.37
Hex BB 4 E 0 62 5D 1B 165 60 25
Octal 273 4 16 0 142 135 33 545 140 45
Binary 10111011 100 1110 0 1100010 1011101 11011 101100101 1100000 100101

Color Harmonies of #BB040E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB040E

Black with #BB040E

Text Example


Text Example

White with #BB040E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB040E; }

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

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

background-color css

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

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

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

border-color css

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

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

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