Html Css Color HEX #B32535 Cardinal

📋 copy color: '#B32535'

red 179 ◦ green 37 ◦ blue 53

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

Shades of Cardinal #B32535

Tints of Cardinal #B32535

RGB

 RED value IS 179 (70.31% from 255) = 66.54%

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

 BLUE value IS 53 (21.09% from 255) = 19.7%

R = 66.54%
G = 13.75%
B = 19.7%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.70

 K value IS 0.30

RGB Variations

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

Color information

#B32535 (or 0xB32535) is known color: Cardinal. HEX triplet: B3, 25 and 35. RGB value is (179,37,53). Sum of RGB (Red+Green+Blue) = 179+37+53=269 (35% of max value = 765). Red value is 179 (70.31% from 255 or 66.54% from 269); Green value is 37 (14.84% from 255 or 13.75% from 269); Blue value is 53 (21.09% from 255 or 19.70% from 269); Max value from RGB is 179 - color contains mainly: red. Hex color #B32535 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B32535 is #4CDACA. Grayscale: #515151. Windows color (decimal): -5036747 or 3483059. OLE color: 3483059.

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

Color convert

RGB 179 37 53 -
CMYK 0 0.79 0.70 0.30
HSL 353.24º 0.66% 0.42% -
HSV(B) 353.24º 0.79% 0.7% -
XYZ 19.89 11.16 4.47 -
YUV 81.28 112.04 197.7 -
System Red Green Blue C M Y K H S L
Decimal 179 37 53 0 0.79 0.70 0.30 353.24 0.66 0.42
Hex B3 25 35 0 4F 46 1E 161 42 2A
Octal 263 45 65 0 117 106 36 541 102 52
Binary 10110011 100101 110101 0 1001111 1000110 11110 101100001 1000010 101010

Color Harmonies of #B32535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32535

Black with #B32535

Text Example


Text Example

White with #B32535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32535; }

 p { color: rgb(179,37,53); }

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

background-color css

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

 a { background-color: rgb(179,37,53); }

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

border-color css

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

 span { border-color: rgb(179,37,53); }

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