Html Css Color HEX #BB0033 Cardinal

📋 copy color: '#BB0033'

red 187 ◦ green 0 ◦ blue 51

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

Shades of Cardinal #BB0033

Tints of Cardinal #BB0033

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 21.43%

R = 78.57%
G = 0%
B = 21.43%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#BB0033 (or 0xBB0033) is known color: Cardinal. HEX triplet: BB, 00 and 33. RGB value is (187,0,51). Sum of RGB (Red+Green+Blue) = 187+0+51=238 (31% of max value = 765). Red value is 187 (73.44% from 255 or 78.57% from 238); Green value is 0 (0.39% from 255 or 0% from 238); Blue value is 51 (20.31% from 255 or 21.43% from 238); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0033 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB0033 is #44FFCC. Grayscale: #3D3D3D. Windows color (decimal): -4521933 or 3342523. OLE color: 3342523.

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

Color convert

RGB 187 0 51 -
CMYK 0 1 0.73 0.27
HSL 343.64º 1% 0.37% -
HSV(B) 343.64º 1% 0.73% -
XYZ 21.09 10.8 4.11 -
YUV 61.73 121.95 217.35 -
System Red Green Blue C M Y K H S L
Decimal 187 0 51 0 1 0.73 0.27 343.64 1 0.37
Hex BB 0 33 0 64 49 1B 158 64 25
Octal 273 0 63 0 144 111 33 530 144 45
Binary 10111011 0 110011 0 1100100 1001001 11011 101011000 1100100 100101

Color Harmonies of #BB0033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0033

Black with #BB0033

Text Example


Text Example

White with #BB0033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0033; }

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

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

background-color css

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

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

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

border-color css

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

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

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