Html Css Color HEX #BB020F Venetian Red

📋 copy color: '#BB020F'

red 187 ◦ green 2 ◦ blue 15

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

Shades of Venetian Red #BB020F

Tints of Venetian Red #BB020F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 7.35%

R = 91.67%
G = 0.98%
B = 7.35%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.92

 K value IS 0.27

RGB Variations

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

Color information

#BB020F (or 0xBB020F) is known color: Venetian Red. HEX triplet: BB, 02 and 0F. RGB value is (187,2,15). Sum of RGB (Red+Green+Blue) = 187+2+15=204 (27% of max value = 765). Red value is 187 (73.44% from 255 or 91.67% from 204); Green value is 2 (1.17% from 255 or 0.98% from 204); Blue value is 15 (6.25% from 255 or 7.35% from 204); Max value from RGB is 187 - color contains mainly: red. Hex color #BB020F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB020F is #44FDF0. Grayscale: #3A3A3A. Windows color (decimal): -4521457 or 983739. OLE color: 983739.

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

Color convert

RGB 187 2 15 -
CMYK 0 0.99 0.92 0.27
HSL 355.78º 0.98% 0.37% -
HSV(B) 355.78º 0.99% 0.73% -
XYZ 20.6 10.64 1.42 -
YUV 58.8 103.29 219.44 -
System Red Green Blue C M Y K H S L
Decimal 187 2 15 0 0.99 0.92 0.27 355.78 0.98 0.37
Hex BB 2 F 0 63 5C 1B 164 62 25
Octal 273 2 17 0 143 134 33 544 142 45
Binary 10111011 10 1111 0 1100011 1011100 11011 101100100 1100010 100101

Color Harmonies of #BB020F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB020F

Black with #BB020F

Text Example


Text Example

White with #BB020F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB020F; }

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

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

background-color css

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

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

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

border-color css

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

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

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