Html Css Color HEX #BB1835 Cardinal

📋 copy color: '#BB1835'

red 187 ◦ green 24 ◦ blue 53

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

Shades of Cardinal #BB1835

Tints of Cardinal #BB1835

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.09%

 BLUE value IS 53 (21.09% from 255) = 20.08%

R = 70.83%
G = 9.09%
B = 20.08%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#BB1835 (or 0xBB1835) is known color: Cardinal. HEX triplet: BB, 18 and 35. RGB value is (187,24,53). Sum of RGB (Red+Green+Blue) = 187+24+53=264 (34% of max value = 765). Red value is 187 (73.44% from 255 or 70.83% from 264); Green value is 24 (9.77% from 255 or 9.09% from 264); Blue value is 53 (21.09% from 255 or 20.08% from 264); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1835 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB1835 is #44E7CA. Grayscale: #4C4C4C. Windows color (decimal): -4515787 or 3479739. OLE color: 3479739.

HSL color Cylindrical-coordinate representation of color #BB1835: hue angle of 349.33º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #BB1835 is Cyan = 0, Magento = 0.87, Yellow = 0.72 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 24 53 -
CMYK 0 0.87 0.72 0.27
HSL 349.33º 0.77% 0.41% -
HSV(B) 349.33º 0.87% 0.73% -
XYZ 21.46 11.48 4.45 -
YUV 76.04 115 207.14 -
System Red Green Blue C M Y K H S L
Decimal 187 24 53 0 0.87 0.72 0.27 349.33 0.77 0.41
Hex BB 18 35 0 57 48 1B 15D 4D 29
Octal 273 30 65 0 127 110 33 535 115 51
Binary 10111011 11000 110101 0 1010111 1001000 11011 101011101 1001101 101001

Color Harmonies of #BB1835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1835

Black with #BB1835

Text Example


Text Example

White with #BB1835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1835; }

 p { color: rgb(187,24,53); }

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

background-color css

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

 a { background-color: rgb(187,24,53); }

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

border-color css

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

 span { border-color: rgb(187,24,53); }

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