Html Css Color HEX #B42536 Cardinal

📋 copy color: '#B42536'

red 180 ◦ green 37 ◦ blue 54

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

Shades of Cardinal #B42536

Tints of Cardinal #B42536

RGB

 RED value IS 180 (70.7% from 255) = 66.42%

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

 BLUE value IS 54 (21.48% from 255) = 19.93%

R = 66.42%
G = 13.65%
B = 19.93%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.7

 K value IS 0.29

RGB Variations

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

Color information

#B42536 (or 0xB42536) is known color: Cardinal. HEX triplet: B4, 25 and 36. RGB value is (180,37,54). Sum of RGB (Red+Green+Blue) = 180+37+54=271 (35% of max value = 765). Red value is 180 (70.70% from 255 or 66.42% from 271); Green value is 37 (14.84% from 255 or 13.65% from 271); Blue value is 54 (21.48% from 255 or 19.93% from 271); Max value from RGB is 180 - color contains mainly: red. Hex color #B42536 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B42536 is #4BDAC9. Grayscale: #515151. Windows color (decimal): -4971210 or 3548596. OLE color: 3548596.

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

Color convert

RGB 180 37 54 -
CMYK 0 0.79 0.7 0.29
HSL 352.87º 0.66% 0.43% -
HSV(B) 352.87º 0.79% 0.71% -
XYZ 20.15 11.29 4.61 -
YUV 81.7 112.38 198.12 -
System Red Green Blue C M Y K H S L
Decimal 180 37 54 0 0.79 0.7 0.29 352.87 0.66 0.43
Hex B4 25 36 0 4F 46 1D 161 42 2B
Octal 264 45 66 0 117 106 35 541 102 53
Binary 10110100 100101 110110 0 1001111 1000110 11101 101100001 1000010 101011

Color Harmonies of #B42536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42536

Black with #B42536

Text Example


Text Example

White with #B42536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42536; }

 p { color: rgb(180,37,54); }

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

background-color css

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

 a { background-color: rgb(180,37,54); }

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

border-color css

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

 span { border-color: rgb(180,37,54); }

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