Html Css Color HEX #B52438 Cardinal

📋 copy color: '#B52438'

red 181 ◦ green 36 ◦ blue 56

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

Shades of Cardinal #B52438

Tints of Cardinal #B52438

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.19%

 BLUE value IS 56 (22.27% from 255) = 20.51%

R = 66.3%
G = 13.19%
B = 20.51%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.69

 K value IS 0.29

RGB Variations

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

Color information

#B52438 (or 0xB52438) is known color: Cardinal. HEX triplet: B5, 24 and 38. RGB value is (181,36,56). Sum of RGB (Red+Green+Blue) = 181+36+56=273 (36% of max value = 765). Red value is 181 (71.09% from 255 or 66.30% from 273); Green value is 36 (14.45% from 255 or 13.19% from 273); Blue value is 56 (22.27% from 255 or 20.51% from 273); Max value from RGB is 181 - color contains mainly: red. Hex color #B52438 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B52438 is #4ADBC7. Grayscale: #515151. Windows color (decimal): -4905928 or 3679413. OLE color: 3679413.

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

Color convert

RGB 181 36 56 -
CMYK 0 0.80 0.69 0.29
HSL 351.72º 0.67% 0.43% -
HSV(B) 351.72º 0.8% 0.71% -
XYZ 20.4 11.37 4.86 -
YUV 81.64 113.54 198.87 -
System Red Green Blue C M Y K H S L
Decimal 181 36 56 0 0.80 0.69 0.29 351.72 0.67 0.43
Hex B5 24 38 0 50 45 1D 160 43 2B
Octal 265 44 70 0 120 105 35 540 103 53
Binary 10110101 100100 111000 0 1010000 1000101 11101 101100000 1000011 101011

Color Harmonies of #B52438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B52438

Black with #B52438

Text Example


Text Example

White with #B52438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B52438; }

 p { color: rgb(181,36,56); }

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

background-color css

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

 a { background-color: rgb(181,36,56); }

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

border-color css

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

 span { border-color: rgb(181,36,56); }

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