Html Css Color HEX #BB2035 Cardinal

📋 copy color: '#BB2035'

red 187 ◦ green 32 ◦ blue 53

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

Shades of Cardinal #BB2035

Tints of Cardinal #BB2035

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.76%

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

R = 68.75%
G = 11.76%
B = 19.49%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#BB2035 (or 0xBB2035) is known color: Cardinal. HEX triplet: BB, 20 and 35. RGB value is (187,32,53). Sum of RGB (Red+Green+Blue) = 187+32+53=272 (36% of max value = 765). Red value is 187 (73.44% from 255 or 68.75% from 272); Green value is 32 (12.89% from 255 or 11.76% from 272); Blue value is 53 (21.09% from 255 or 19.49% from 272); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2035 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB2035 is #44DFCA. Grayscale: #505050. Windows color (decimal): -4513739 or 3481787. OLE color: 3481787.

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

Color convert

RGB 187 32 53 -
CMYK 0 0.83 0.72 0.27
HSL 351.87º 0.71% 0.43% -
HSV(B) 351.87º 0.83% 0.73% -
XYZ 21.65 11.85 4.52 -
YUV 80.74 112.35 203.79 -
System Red Green Blue C M Y K H S L
Decimal 187 32 53 0 0.83 0.72 0.27 351.87 0.71 0.43
Hex BB 20 35 0 53 48 1B 160 47 2B
Octal 273 40 65 0 123 110 33 540 107 53
Binary 10111011 100000 110101 0 1010011 1001000 11011 101100000 1000111 101011

Color Harmonies of #BB2035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2035

Black with #BB2035

Text Example


Text Example

White with #BB2035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2035; }

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

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

background-color css

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

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

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

border-color css

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

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

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