Html Css Color HEX #B32140 Cardinal

📋 copy color: '#B32140'

red 179 ◦ green 33 ◦ blue 64

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

Shades of Cardinal #B32140

Tints of Cardinal #B32140

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.96%

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

R = 64.86%
G = 11.96%
B = 23.19%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.64

 K value IS 0.30

RGB Variations

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

Color information

#B32140 (or 0xB32140) is known color: Cardinal. HEX triplet: B3, 21 and 40. RGB value is (179,33,64). Sum of RGB (Red+Green+Blue) = 179+33+64=276 (36% of max value = 765). Red value is 179 (70.31% from 255 or 64.86% from 276); Green value is 33 (13.28% from 255 or 11.96% from 276); Blue value is 64 (25.39% from 255 or 23.19% from 276); Max value from RGB is 179 - color contains mainly: red. Hex color #B32140 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B32140 is #4CDEBF. Grayscale: #505050. Windows color (decimal): -5037760 or 4202931. OLE color: 4202931.

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

Color convert

RGB 179 33 64 -
CMYK 0 0.82 0.64 0.30
HSL 347.26º 0.69% 0.42% -
HSV(B) 347.26º 0.82% 0.7% -
XYZ 20.06 11.04 5.92 -
YUV 80.19 118.87 198.48 -
System Red Green Blue C M Y K H S L
Decimal 179 33 64 0 0.82 0.64 0.30 347.26 0.69 0.42
Hex B3 21 40 0 52 40 1E 15B 45 2A
Octal 263 41 100 0 122 100 36 533 105 52
Binary 10110011 100001 1000000 0 1010010 1000000 11110 101011011 1000101 101010

Color Harmonies of #B32140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32140

Black with #B32140

Text Example


Text Example

White with #B32140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32140; }

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

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

background-color css

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

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

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

border-color css

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

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

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