Html Css Color HEX #BB040D Venetian Red

📋 copy color: '#BB040D'

red 187 ◦ green 4 ◦ blue 13

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

Shades of Venetian Red #BB040D

Tints of Venetian Red #BB040D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 6.37%

R = 91.67%
G = 1.96%
B = 6.37%

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

#BB040D (or 0xBB040D) is known color: Venetian Red. HEX triplet: BB, 04 and 0D. RGB value is (187,4,13). Sum of RGB (Red+Green+Blue) = 187+4+13=204 (27% of max value = 765). Red value is 187 (73.44% from 255 or 91.67% from 204); Green value is 4 (1.95% from 255 or 1.96% from 204); Blue value is 13 (5.47% from 255 or 6.37% from 204); Max value from RGB is 187 - color contains mainly: red. Hex color #BB040D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB040D is #44FBF2. Grayscale: #3B3B3B. Windows color (decimal): -4520947 or 853179. OLE color: 853179.

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

Color convert

RGB 187 4 13 -
CMYK 0 0.98 0.93 0.27
HSL 357.05º 0.96% 0.37% -
HSV(B) 357.05º 0.98% 0.73% -
XYZ 20.61 10.68 1.36 -
YUV 59.74 101.63 218.77 -
System Red Green Blue C M Y K H S L
Decimal 187 4 13 0 0.98 0.93 0.27 357.05 0.96 0.37
Hex BB 4 D 0 62 5D 1B 165 60 25
Octal 273 4 15 0 142 135 33 545 140 45
Binary 10111011 100 1101 0 1100010 1011101 11011 101100101 1100000 100101

Color Harmonies of #BB040D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB040D

Black with #BB040D

Text Example


Text Example

White with #BB040D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB040D; }

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

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

background-color css

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

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

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

border-color css

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

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

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