Html Css Color HEX #BB020D Venetian Red

📋 copy color: '#BB020D'

red 187 ◦ green 2 ◦ blue 13

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

Shades of Venetian Red #BB020D

Tints of Venetian Red #BB020D

RGB

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

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

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

R = 92.57%
G = 0.99%
B = 6.44%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.93

 K value IS 0.27

RGB Variations

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

Color information

#BB020D (or 0xBB020D) is known color: Venetian Red. HEX triplet: BB, 02 and 0D. RGB value is (187,2,13). Sum of RGB (Red+Green+Blue) = 187+2+13=202 (26% of max value = 765). Red value is 187 (73.44% from 255 or 92.57% from 202); Green value is 2 (1.17% from 255 or 0.99% from 202); Blue value is 13 (5.47% from 255 or 6.44% from 202); Max value from RGB is 187 - color contains mainly: red. Hex color #BB020D is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BB020D is #44FDF2. Grayscale: #3A3A3A. Windows color (decimal): -4521459 or 852667. OLE color: 852667.

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

Color convert

RGB 187 2 13 -
CMYK 0 0.99 0.93 0.27
HSL 356.43º 0.98% 0.37% -
HSV(B) 356.43º 0.99% 0.73% -
XYZ 20.59 10.64 1.35 -
YUV 58.57 102.29 219.61 -
System Red Green Blue C M Y K H S L
Decimal 187 2 13 0 0.99 0.93 0.27 356.43 0.98 0.37
Hex BB 2 D 0 63 5D 1B 164 62 25
Octal 273 2 15 0 143 135 33 544 142 45
Binary 10111011 10 1101 0 1100011 1011101 11011 101100100 1100010 100101

Color Harmonies of #BB020D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB020D

Black with #BB020D

Text Example


Text Example

White with #BB020D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB020D; }

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

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

background-color css

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

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

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

border-color css

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

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

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