Html Css Color HEX #BB2536 Cardinal

📋 copy color: '#BB2536'

red 187 ◦ green 37 ◦ blue 54

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

Shades of Cardinal #BB2536

Tints of Cardinal #BB2536

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.31%

 BLUE value IS 54 (21.48% from 255) = 19.42%

R = 67.27%
G = 13.31%
B = 19.42%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.71

 K value IS 0.27

RGB Variations

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

Color information

#BB2536 (or 0xBB2536) is known color: Cardinal. HEX triplet: BB, 25 and 36. RGB value is (187,37,54). Sum of RGB (Red+Green+Blue) = 187+37+54=278 (36% of max value = 765). Red value is 187 (73.44% from 255 or 67.27% from 278); Green value is 37 (14.84% from 255 or 13.31% from 278); Blue value is 54 (21.48% from 255 or 19.42% from 278); Max value from RGB is 187 - color contains mainly: red. Hex color #BB2536 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB2536 is #44DAC9. Grayscale: #535353. Windows color (decimal): -4512458 or 3548603. OLE color: 3548603.

HSL color Cylindrical-coordinate representation of color #BB2536: hue angle of 353.2º degrees, saturation: 0.67, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BB2536 is Cyan = 0, Magento = 0.80, Yellow = 0.71 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 37 54 -
CMYK 0 0.80 0.71 0.27
HSL 353.2º 0.67% 0.44% -
HSV(B) 353.2º 0.8% 0.73% -
XYZ 21.82 12.15 4.69 -
YUV 83.79 111.2 201.62 -
System Red Green Blue C M Y K H S L
Decimal 187 37 54 0 0.80 0.71 0.27 353.2 0.67 0.44
Hex BB 25 36 0 50 47 1B 161 43 2C
Octal 273 45 66 0 120 107 33 541 103 54
Binary 10111011 100101 110110 0 1010000 1000111 11011 101100001 1000011 101100

Color Harmonies of #BB2536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB2536

Black with #BB2536

Text Example


Text Example

White with #BB2536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB2536; }

 p { color: rgb(187,37,54); }

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

background-color css

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

 a { background-color: rgb(187,37,54); }

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

border-color css

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

 span { border-color: rgb(187,37,54); }

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