Html Css Color HEX #B5252E Cardinal

📋 copy color: '#B5252E'

red 181 ◦ green 37 ◦ blue 46

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

Shades of Cardinal #B5252E

Tints of Cardinal #B5252E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 17.42%

R = 68.56%
G = 14.02%
B = 17.42%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.75

 K value IS 0.29

RGB Variations

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

Color information

#B5252E (or 0xB5252E) is known color: Cardinal. HEX triplet: B5, 25 and 2E. RGB value is (181,37,46). Sum of RGB (Red+Green+Blue) = 181+37+46=264 (34% of max value = 765). Red value is 181 (71.09% from 255 or 68.56% from 264); Green value is 37 (14.84% from 255 or 14.02% from 264); Blue value is 46 (18.36% from 255 or 17.42% from 264); Max value from RGB is 181 - color contains mainly: red. Hex color #B5252E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5252E is #4ADAD1. Grayscale: #515151. Windows color (decimal): -4905682 or 3024309. OLE color: 3024309.

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

Color convert

RGB 181 37 46 -
CMYK 0 0.80 0.75 0.29
HSL 356.25º 0.66% 0.43% -
HSV(B) 356.25º 0.8% 0.71% -
XYZ 20.21 11.34 3.71 -
YUV 81.08 108.21 199.27 -
System Red Green Blue C M Y K H S L
Decimal 181 37 46 0 0.80 0.75 0.29 356.25 0.66 0.43
Hex B5 25 2E 0 50 4B 1D 164 42 2B
Octal 265 45 56 0 120 113 35 544 102 53
Binary 10110101 100101 101110 0 1010000 1001011 11101 101100100 1000010 101011

Color Harmonies of #B5252E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5252E

Black with #B5252E

Text Example


Text Example

White with #B5252E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5252E; }

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

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

background-color css

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

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

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

border-color css

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

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

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