Html Css Color HEX #BB253A Cardinal

📋 copy color: '#BB253A'

red 187 ◦ green 37 ◦ blue 58

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

Shades of Cardinal #BB253A

Tints of Cardinal #BB253A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 20.57%

R = 66.31%
G = 13.12%
B = 20.57%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#BB253A (or 0xBB253A) is known color: Cardinal. HEX triplet: BB, 25 and 3A. RGB value is (187,37,58). Sum of RGB (Red+Green+Blue) = 187+37+58=282 (37% of max value = 765). Red value is 187 (73.44% from 255 or 66.31% from 282); Green value is 37 (14.84% from 255 or 13.12% from 282); Blue value is 58 (23.05% from 255 or 20.57% from 282); Max value from RGB is 187 - color contains mainly: red. Hex color #BB253A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BB253A is #44DAC5. Grayscale: #545454. Windows color (decimal): -4512454 or 3810747. OLE color: 3810747.

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

Color convert

RGB 187 37 58 -
CMYK 0 0.80 0.69 0.27
HSL 351.6º 0.67% 0.44% -
HSV(B) 351.6º 0.8% 0.73% -
XYZ 21.92 12.19 5.2 -
YUV 84.24 113.2 201.29 -
System Red Green Blue C M Y K H S L
Decimal 187 37 58 0 0.80 0.69 0.27 351.6 0.67 0.44
Hex BB 25 3A 0 50 45 1B 160 43 2C
Octal 273 45 72 0 120 105 33 540 103 54
Binary 10111011 100101 111010 0 1010000 1000101 11011 101100000 1000011 101100

Color Harmonies of #BB253A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB253A

Black with #BB253A

Text Example


Text Example

White with #BB253A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB253A; }

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

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

background-color css

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

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

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

border-color css

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

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

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