Html Css Color HEX #B32835 Cardinal

📋 copy color: '#B32835'

red 179 ◦ green 40 ◦ blue 53

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

Shades of Cardinal #B32835

Tints of Cardinal #B32835

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.71%

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

R = 65.81%
G = 14.71%
B = 19.49%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.70

 K value IS 0.30

RGB Variations

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

Color information

#B32835 (or 0xB32835) is known color: Cardinal. HEX triplet: B3, 28 and 35. RGB value is (179,40,53). Sum of RGB (Red+Green+Blue) = 179+40+53=272 (36% of max value = 765). Red value is 179 (70.31% from 255 or 65.81% from 272); Green value is 40 (16.02% from 255 or 14.71% from 272); Blue value is 53 (21.09% from 255 or 19.49% from 272); Max value from RGB is 179 - color contains mainly: red. Hex color #B32835 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B32835 is #4CD7CA. Grayscale: #535353. Windows color (decimal): -5035979 or 3483827. OLE color: 3483827.

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

Color convert

RGB 179 40 53 -
CMYK 0 0.78 0.70 0.30
HSL 354.39º 0.63% 0.43% -
HSV(B) 354.39º 0.78% 0.7% -
XYZ 19.99 11.36 4.51 -
YUV 83.04 111.05 196.44 -
System Red Green Blue C M Y K H S L
Decimal 179 40 53 0 0.78 0.70 0.30 354.39 0.63 0.43
Hex B3 28 35 0 4E 46 1E 162 3F 2B
Octal 263 50 65 0 116 106 36 542 77 53
Binary 10110011 101000 110101 0 1001110 1000110 11110 101100010 111111 101011

Color Harmonies of #B32835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32835

Black with #B32835

Text Example


Text Example

White with #B32835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32835; }

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

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

background-color css

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

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

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

border-color css

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

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

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