Html Css Color HEX #B5253E Cardinal

📋 copy color: '#B5253E'

red 181 ◦ green 37 ◦ blue 62

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

Shades of Cardinal #B5253E

Tints of Cardinal #B5253E

RGB

 RED value IS 181 (71.09% from 255) = 64.64%

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

 BLUE value IS 62 (24.61% from 255) = 22.14%

R = 64.64%
G = 13.21%
B = 22.14%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.66

 K value IS 0.29

RGB Variations

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

Color information

#B5253E (or 0xB5253E) is known color: Cardinal. HEX triplet: B5, 25 and 3E. RGB value is (181,37,62). Sum of RGB (Red+Green+Blue) = 181+37+62=280 (37% of max value = 765). Red value is 181 (71.09% from 255 or 64.64% from 280); Green value is 37 (14.84% from 255 or 13.21% from 280); Blue value is 62 (24.61% from 255 or 22.14% from 280); Max value from RGB is 181 - color contains mainly: red. Hex color #B5253E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5253E is #4ADAC1. Grayscale: #525252. Windows color (decimal): -4905666 or 4072885. OLE color: 4072885.

HSL color Cylindrical-coordinate representation of color #B5253E: hue angle of 349.58º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B5253E is Cyan = 0, Magento = 0.80, Yellow = 0.66 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 37 62 -
CMYK 0 0.80 0.66 0.29
HSL 349.58º 0.66% 0.43% -
HSV(B) 349.58º 0.8% 0.71% -
XYZ 20.59 11.49 5.69 -
YUV 82.91 116.21 197.97 -
System Red Green Blue C M Y K H S L
Decimal 181 37 62 0 0.80 0.66 0.29 349.58 0.66 0.43
Hex B5 25 3E 0 50 42 1D 15E 42 2B
Octal 265 45 76 0 120 102 35 536 102 53
Binary 10110101 100101 111110 0 1010000 1000010 11101 101011110 1000010 101011

Color Harmonies of #B5253E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5253E

Black with #B5253E

Text Example


Text Example

White with #B5253E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5253E; }

 p { color: rgb(181,37,62); }

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

background-color css

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

 a { background-color: rgb(181,37,62); }

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

border-color css

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

 span { border-color: rgb(181,37,62); }

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