Html Css Color HEX #B32240 Cardinal

📋 copy color: '#B32240'

red 179 ◦ green 34 ◦ blue 64

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

Shades of Cardinal #B32240

Tints of Cardinal #B32240

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.27%

 BLUE value IS 64 (25.39% from 255) = 23.1%

R = 64.62%
G = 12.27%
B = 23.1%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.64

 K value IS 0.30

RGB Variations

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

Color information

#B32240 (or 0xB32240) is known color: Cardinal. HEX triplet: B3, 22 and 40. RGB value is (179,34,64). Sum of RGB (Red+Green+Blue) = 179+34+64=277 (36% of max value = 765). Red value is 179 (70.31% from 255 or 64.62% from 277); Green value is 34 (13.67% from 255 or 12.27% from 277); Blue value is 64 (25.39% from 255 or 23.10% from 277); Max value from RGB is 179 - color contains mainly: red. Hex color #B32240 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B32240 is #4CDDBF. Grayscale: #505050. Windows color (decimal): -5037504 or 4203187. OLE color: 4203187.

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

Color convert

RGB 179 34 64 -
CMYK 0 0.81 0.64 0.30
HSL 347.59º 0.68% 0.42% -
HSV(B) 347.59º 0.81% 0.7% -
XYZ 20.09 11.1 5.93 -
YUV 80.78 118.54 198.06 -
System Red Green Blue C M Y K H S L
Decimal 179 34 64 0 0.81 0.64 0.30 347.59 0.68 0.42
Hex B3 22 40 0 51 40 1E 15C 44 2A
Octal 263 42 100 0 121 100 36 534 104 52
Binary 10110011 100010 1000000 0 1010001 1000000 11110 101011100 1000100 101010

Color Harmonies of #B32240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32240

Black with #B32240

Text Example


Text Example

White with #B32240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32240; }

 p { color: rgb(179,34,64); }

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

background-color css

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

 a { background-color: rgb(179,34,64); }

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

border-color css

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

 span { border-color: rgb(179,34,64); }

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