Html Css Color HEX #BB0333 Cardinal

📋 copy color: '#BB0333'

red 187 ◦ green 3 ◦ blue 51

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

Shades of Cardinal #BB0333

Tints of Cardinal #BB0333

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.24%

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

R = 77.59%
G = 1.24%
B = 21.16%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.73

 K value IS 0.27

RGB Variations

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

Color information

#BB0333 (or 0xBB0333) is known color: Cardinal. HEX triplet: BB, 03 and 33. RGB value is (187,3,51). Sum of RGB (Red+Green+Blue) = 187+3+51=241 (31% of max value = 765). Red value is 187 (73.44% from 255 or 77.59% from 241); Green value is 3 (1.56% from 255 or 1.24% from 241); Blue value is 51 (20.31% from 255 or 21.16% from 241); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0333 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB0333 is #44FCCC. Grayscale: #3F3F3F. Windows color (decimal): -4521165 or 3343291. OLE color: 3343291.

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

Color convert

RGB 187 3 51 -
CMYK 0 0.98 0.73 0.27
HSL 344.35º 0.97% 0.37% -
HSV(B) 344.35º 0.98% 0.73% -
XYZ 21.12 10.87 4.12 -
YUV 63.49 120.96 216.1 -
System Red Green Blue C M Y K H S L
Decimal 187 3 51 0 0.98 0.73 0.27 344.35 0.97 0.37
Hex BB 3 33 0 62 49 1B 158 61 25
Octal 273 3 63 0 142 111 33 530 141 45
Binary 10111011 11 110011 0 1100010 1001001 11011 101011000 1100001 100101

Color Harmonies of #BB0333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0333

Black with #BB0333

Text Example


Text Example

White with #BB0333

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0333; }

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

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

background-color css

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

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

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

border-color css

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

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

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