Html Css Color HEX #BB0228 Venetian Red

📋 copy color: '#BB0228'

red 187 ◦ green 2 ◦ blue 40

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

Shades of Venetian Red #BB0228

Tints of Venetian Red #BB0228

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.87%

 BLUE value IS 40 (16.02% from 255) = 17.47%

R = 81.66%
G = 0.87%
B = 17.47%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.79

 K value IS 0.27

RGB Variations

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

Color information

#BB0228 (or 0xBB0228) is known color: Venetian Red. HEX triplet: BB, 02 and 28. RGB value is (187,2,40). Sum of RGB (Red+Green+Blue) = 187+2+40=229 (30% of max value = 765). Red value is 187 (73.44% from 255 or 81.66% from 229); Green value is 2 (1.17% from 255 or 0.87% from 229); Blue value is 40 (16.02% from 255 or 17.47% from 229); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0228 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB0228 is #44FDD7. Grayscale: #3D3D3D. Windows color (decimal): -4521432 or 2622139. OLE color: 2622139.

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

Color convert

RGB 187 2 40 -
CMYK 0 0.99 0.79 0.27
HSL 347.68º 0.98% 0.37% -
HSV(B) 347.68º 0.99% 0.73% -
XYZ 20.9 10.76 2.98 -
YUV 61.65 115.79 217.41 -
System Red Green Blue C M Y K H S L
Decimal 187 2 40 0 0.99 0.79 0.27 347.68 0.98 0.37
Hex BB 2 28 0 63 4F 1B 15C 62 25
Octal 273 2 50 0 143 117 33 534 142 45
Binary 10111011 10 101000 0 1100011 1001111 11011 101011100 1100010 100101

Color Harmonies of #BB0228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0228

Black with #BB0228

Text Example


Text Example

White with #BB0228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0228; }

 p { color: rgb(187,2,40); }

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

background-color css

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

 a { background-color: rgb(187,2,40); }

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

border-color css

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

 span { border-color: rgb(187,2,40); }

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