Html Css Color HEX #BB133B Cardinal

📋 copy color: '#BB133B'

red 187 ◦ green 19 ◦ blue 59

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

Shades of Cardinal #BB133B

Tints of Cardinal #BB133B

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.17%

 BLUE value IS 59 (23.44% from 255) = 22.26%

R = 70.57%
G = 7.17%
B = 22.26%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.68

 K value IS 0.27

RGB Variations

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

Color information

#BB133B (or 0xBB133B) is known color: Cardinal. HEX triplet: BB, 13 and 3B. RGB value is (187,19,59). Sum of RGB (Red+Green+Blue) = 187+19+59=265 (35% of max value = 765). Red value is 187 (73.44% from 255 or 70.57% from 265); Green value is 19 (7.81% from 255 or 7.17% from 265); Blue value is 59 (23.44% from 255 or 22.26% from 265); Max value from RGB is 187 - color contains mainly: red. Hex color #BB133B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB133B is #44ECC4. Grayscale: #494949. Windows color (decimal): -4517061 or 3871675. OLE color: 3871675.

HSL color Cylindrical-coordinate representation of color #BB133B: hue angle of 345.71º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BB133B is Cyan = 0, Magento = 0.90, Yellow = 0.68 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 19 59 -
CMYK 0 0.90 0.68 0.27
HSL 345.71º 0.82% 0.4% -
HSV(B) 345.71º 0.9% 0.73% -
XYZ 21.52 11.35 5.19 -
YUV 73.79 119.66 208.75 -
System Red Green Blue C M Y K H S L
Decimal 187 19 59 0 0.90 0.68 0.27 345.71 0.82 0.4
Hex BB 13 3B 0 5A 44 1B 15A 52 28
Octal 273 23 73 0 132 104 33 532 122 50
Binary 10111011 10011 111011 0 1011010 1000100 11011 101011010 1010010 101000

Color Harmonies of #BB133B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB133B

Black with #BB133B

Text Example


Text Example

White with #BB133B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB133B; }

 p { color: rgb(187,19,59); }

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

background-color css

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

 a { background-color: rgb(187,19,59); }

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

border-color css

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

 span { border-color: rgb(187,19,59); }

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