Html Css Color HEX #BB253B Cardinal

📋 copy color: '#BB253B'

red 187 ◦ green 37 ◦ blue 59

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

Shades of Cardinal #BB253B

Tints of Cardinal #BB253B

RGB

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

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

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

R = 66.08%
G = 13.07%
B = 20.85%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.68

 K value IS 0.27

RGB Variations

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

Color information

#BB253B (or 0xBB253B) is known color: Cardinal. HEX triplet: BB, 25 and 3B. RGB value is (187,37,59). Sum of RGB (Red+Green+Blue) = 187+37+59=283 (37% of max value = 765). Red value is 187 (73.44% from 255 or 66.08% from 283); Green value is 37 (14.84% from 255 or 13.07% from 283); Blue value is 59 (23.44% from 255 or 20.85% from 283); Max value from RGB is 187 - color contains mainly: red. Hex color #BB253B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB253B is #44DAC4. Grayscale: #545454. Windows color (decimal): -4512453 or 3876283. OLE color: 3876283.

HSL color Cylindrical-coordinate representation of color #BB253B: hue angle of 351.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 #BB253B is Cyan = 0, Magento = 0.80, Yellow = 0.68 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 37 59 -
CMYK 0 0.80 0.68 0.27
HSL 351.2º 0.67% 0.44% -
HSV(B) 351.2º 0.8% 0.73% -
XYZ 21.94 12.2 5.34 -
YUV 84.36 113.7 201.21 -
System Red Green Blue C M Y K H S L
Decimal 187 37 59 0 0.80 0.68 0.27 351.2 0.67 0.44
Hex BB 25 3B 0 50 44 1B 15F 43 2C
Octal 273 45 73 0 120 104 33 537 103 54
Binary 10111011 100101 111011 0 1010000 1000100 11011 101011111 1000011 101100

Color Harmonies of #BB253B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB253B

Black with #BB253B

Text Example


Text Example

White with #BB253B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB253B; }

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

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

background-color css

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

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

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

border-color css

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

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

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