Html Css Color HEX #BB041C Venetian Red

📋 copy color: '#BB041C'

red 187 ◦ green 4 ◦ blue 28

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

Shades of Venetian Red #BB041C

Tints of Venetian Red #BB041C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 12.79%

R = 85.39%
G = 1.83%
B = 12.79%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.85

 K value IS 0.27

RGB Variations

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

Color information

#BB041C (or 0xBB041C) is known color: Venetian Red. HEX triplet: BB, 04 and 1C. RGB value is (187,4,28). Sum of RGB (Red+Green+Blue) = 187+4+28=219 (29% of max value = 765). Red value is 187 (73.44% from 255 or 85.39% from 219); Green value is 4 (1.95% from 255 or 1.83% from 219); Blue value is 28 (11.33% from 255 or 12.79% from 219); Max value from RGB is 187 - color contains mainly: red. Hex color #BB041C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB041C is #44FBE3. Grayscale: #3D3D3D. Windows color (decimal): -4520932 or 1836219. OLE color: 1836219.

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

Color convert

RGB 187 4 28 -
CMYK 0 0.98 0.85 0.27
HSL 352.13º 0.96% 0.37% -
HSV(B) 352.13º 0.98% 0.73% -
XYZ 20.75 10.74 2.08 -
YUV 61.45 109.13 217.55 -
System Red Green Blue C M Y K H S L
Decimal 187 4 28 0 0.98 0.85 0.27 352.13 0.96 0.37
Hex BB 4 1C 0 62 55 1B 160 60 25
Octal 273 4 34 0 142 125 33 540 140 45
Binary 10111011 100 11100 0 1100010 1010101 11011 101100000 1100000 100101

Color Harmonies of #BB041C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB041C

Black with #BB041C

Text Example


Text Example

White with #BB041C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB041C; }

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

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

background-color css

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

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

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

border-color css

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

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

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