Html Css Color HEX #BB002E Venetian Red

📋 copy color: '#BB002E'

red 187 ◦ green 0 ◦ blue 46

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

Shades of Venetian Red #BB002E

Tints of Venetian Red #BB002E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 19.74%

R = 80.26%
G = 0%
B = 19.74%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.75

 K value IS 0.27

RGB Variations

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

Color information

#BB002E (or 0xBB002E) is known color: Venetian Red. HEX triplet: BB, 00 and 2E. RGB value is (187,0,46). Sum of RGB (Red+Green+Blue) = 187+0+46=233 (30% of max value = 765). Red value is 187 (73.44% from 255 or 80.26% from 233); Green value is 0 (0.39% from 255 or 0% from 233); Blue value is 46 (18.36% from 255 or 19.74% from 233); Max value from RGB is 187 - color contains mainly: red. Hex color #BB002E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB002E is #44FFD1. Grayscale: #3D3D3D. Windows color (decimal): -4521938 or 3014843. OLE color: 3014843.

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

Color convert

RGB 187 0 46 -
CMYK 0 1 0.75 0.27
HSL 345.24º 1% 0.37% -
HSV(B) 345.24º 1% 0.73% -
XYZ 20.99 10.76 3.56 -
YUV 61.16 119.45 217.76 -
System Red Green Blue C M Y K H S L
Decimal 187 0 46 0 1 0.75 0.27 345.24 1 0.37
Hex BB 0 2E 0 64 4B 1B 159 64 25
Octal 273 0 56 0 144 113 33 531 144 45
Binary 10111011 0 101110 0 1100100 1001011 11011 101011001 1100100 100101

Color Harmonies of #BB002E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB002E

Black with #BB002E

Text Example


Text Example

White with #BB002E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB002E; }

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

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

background-color css

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

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

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

border-color css

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

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

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