Html Css Color HEX #B32035 Cardinal

📋 copy color: '#B32035'

red 179 ◦ green 32 ◦ blue 53

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

Shades of Cardinal #B32035

Tints of Cardinal #B32035

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.12%

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

R = 67.8%
G = 12.12%
B = 20.08%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.70

 K value IS 0.30

RGB Variations

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

Color information

#B32035 (or 0xB32035) is known color: Cardinal. HEX triplet: B3, 20 and 35. RGB value is (179,32,53). Sum of RGB (Red+Green+Blue) = 179+32+53=264 (34% of max value = 765). Red value is 179 (70.31% from 255 or 67.80% from 264); Green value is 32 (12.89% from 255 or 12.12% from 264); Blue value is 53 (21.09% from 255 or 20.08% from 264); Max value from RGB is 179 - color contains mainly: red. Hex color #B32035 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B32035 is #4CDFCA. Grayscale: #4E4E4E. Windows color (decimal): -5038027 or 3481779. OLE color: 3481779.

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

Color convert

RGB 179 32 53 -
CMYK 0 0.82 0.70 0.30
HSL 351.43º 0.7% 0.41% -
HSV(B) 351.43º 0.82% 0.7% -
XYZ 19.75 10.87 4.43 -
YUV 78.35 113.7 199.79 -
System Red Green Blue C M Y K H S L
Decimal 179 32 53 0 0.82 0.70 0.30 351.43 0.7 0.41
Hex B3 20 35 0 52 46 1E 15F 46 29
Octal 263 40 65 0 122 106 36 537 106 51
Binary 10110011 100000 110101 0 1010010 1000110 11110 101011111 1000110 101001

Color Harmonies of #B32035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32035

Black with #B32035

Text Example


Text Example

White with #B32035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32035; }

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

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

background-color css

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

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

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

border-color css

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

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

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