Html Css Color HEX #B32340 Cardinal

📋 copy color: '#B32340'

red 179 ◦ green 35 ◦ blue 64

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

Shades of Cardinal #B32340

Tints of Cardinal #B32340

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.59%

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

R = 64.39%
G = 12.59%
B = 23.02%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.64

 K value IS 0.30

RGB Variations

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

Color information

#B32340 (or 0xB32340) is known color: Cardinal. HEX triplet: B3, 23 and 40. RGB value is (179,35,64). Sum of RGB (Red+Green+Blue) = 179+35+64=278 (36% of max value = 765). Red value is 179 (70.31% from 255 or 64.39% from 278); Green value is 35 (14.06% from 255 or 12.59% from 278); Blue value is 64 (25.39% from 255 or 23.02% from 278); Max value from RGB is 179 - color contains mainly: red. Hex color #B32340 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B32340 is #4CDCBF. Grayscale: #515151. Windows color (decimal): -5037248 or 4203443. OLE color: 4203443.

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

Color convert

RGB 179 35 64 -
CMYK 0 0.80 0.64 0.30
HSL 347.92º 0.67% 0.42% -
HSV(B) 347.92º 0.8% 0.7% -
XYZ 20.12 11.16 5.94 -
YUV 81.36 118.21 197.64 -
System Red Green Blue C M Y K H S L
Decimal 179 35 64 0 0.80 0.64 0.30 347.92 0.67 0.42
Hex B3 23 40 0 50 40 1E 15C 43 2A
Octal 263 43 100 0 120 100 36 534 103 52
Binary 10110011 100011 1000000 0 1010000 1000000 11110 101011100 1000011 101010

Color Harmonies of #B32340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32340

Black with #B32340

Text Example


Text Example

White with #B32340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32340; }

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

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

background-color css

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

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

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

border-color css

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

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

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