Html Css Color HEX #BB002D Venetian Red

📋 copy color: '#BB002D'

red 187 ◦ green 0 ◦ blue 45

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

Shades of Venetian Red #BB002D

Tints of Venetian Red #BB002D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 45 (17.97% from 255) = 19.4%

R = 80.6%
G = 0%
B = 19.4%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.76

 K value IS 0.27

RGB Variations

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

Color information

#BB002D (or 0xBB002D) is known color: Venetian Red. HEX triplet: BB, 00 and 2D. RGB value is (187,0,45). Sum of RGB (Red+Green+Blue) = 187+0+45=232 (30% of max value = 765). Red value is 187 (73.44% from 255 or 80.60% from 232); Green value is 0 (0.39% from 255 or 0% from 232); Blue value is 45 (17.97% from 255 or 19.40% from 232); Max value from RGB is 187 - color contains mainly: red. Hex color #BB002D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB002D is #44FFD2. Grayscale: #3D3D3D. Windows color (decimal): -4521939 or 2949307. OLE color: 2949307.

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

Color convert

RGB 187 0 45 -
CMYK 0 1 0.76 0.27
HSL 345.56º 1% 0.37% -
HSV(B) 345.56º 1% 0.73% -
XYZ 20.97 10.75 3.45 -
YUV 61.04 118.95 217.84 -
System Red Green Blue C M Y K H S L
Decimal 187 0 45 0 1 0.76 0.27 345.56 1 0.37
Hex BB 0 2D 0 64 4C 1B 15A 64 25
Octal 273 0 55 0 144 114 33 532 144 45
Binary 10111011 0 101101 0 1100100 1001100 11011 101011010 1100100 100101

Color Harmonies of #BB002D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB002D

Black with #BB002D

Text Example


Text Example

White with #BB002D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB002D; }

 p { color: rgb(187,0,45); }

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

background-color css

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

 a { background-color: rgb(187,0,45); }

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

border-color css

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

 span { border-color: rgb(187,0,45); }

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