Html Css Color HEX #BB2435 Cardinal

📋 copy color: '#BB2435'

red 187 ◦ green 36 ◦ blue 53

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

Shades of Cardinal #BB2435

Tints of Cardinal #BB2435

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.04%

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

R = 67.75%
G = 13.04%
B = 19.2%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#BB2435 (or 0xBB2435) is known color: Cardinal. HEX triplet: BB, 24 and 35. RGB value is (187,36,53). Sum of RGB (Red+Green+Blue) = 187+36+53=276 (36% of max value = 765). Red value is 187 (73.44% from 255 or 67.75% from 276); Green value is 36 (14.45% from 255 or 13.04% from 276); Blue value is 53 (21.09% from 255 or 19.20% from 276); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2435 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB2435 is #44DBCA. Grayscale: #535353. Windows color (decimal): -4512715 or 3482811. OLE color: 3482811.

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

Color convert

RGB 187 36 53 -
CMYK 0 0.81 0.72 0.27
HSL 353.25º 0.68% 0.44% -
HSV(B) 353.25º 0.81% 0.73% -
XYZ 21.77 12.08 4.55 -
YUV 83.09 111.03 202.12 -
System Red Green Blue C M Y K H S L
Decimal 187 36 53 0 0.81 0.72 0.27 353.25 0.68 0.44
Hex BB 24 35 0 51 48 1B 161 44 2C
Octal 273 44 65 0 121 110 33 541 104 54
Binary 10111011 100100 110101 0 1010001 1001000 11011 101100001 1000100 101100

Color Harmonies of #BB2435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2435

Black with #BB2435

Text Example


Text Example

White with #BB2435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2435; }

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

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

background-color css

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

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

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

border-color css

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

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

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