Html Css Color HEX #B32341 Cardinal

📋 copy color: '#B32341'

red 179 ◦ green 35 ◦ blue 65

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

Shades of Cardinal #B32341

Tints of Cardinal #B32341

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 23.3%

R = 64.16%
G = 12.54%
B = 23.3%

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

#B32341 (or 0xB32341) is known color: Cardinal. HEX triplet: B3, 23 and 41. RGB value is (179,35,65). Sum of RGB (Red+Green+Blue) = 179+35+65=279 (36% of max value = 765). Red value is 179 (70.31% from 255 or 64.16% from 279); Green value is 35 (14.06% from 255 or 12.54% from 279); Blue value is 65 (25.78% from 255 or 23.30% from 279); Max value from RGB is 179 - color contains mainly: red. Hex color #B32341 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B32341 is #4CDCBE. Grayscale: #515151. Windows color (decimal): -5037247 or 4268979. OLE color: 4268979.

HSL color Cylindrical-coordinate representation of color #B32341: hue angle of 347.5º 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 #B32341 is Cyan = 0, Magento = 0.80, Yellow = 0.64 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 35 65 -
CMYK 0 0.80 0.64 0.30
HSL 347.5º 0.67% 0.42% -
HSV(B) 347.5º 0.8% 0.7% -
XYZ 20.15 11.17 6.09 -
YUV 81.48 118.71 197.56 -
System Red Green Blue C M Y K H S L
Decimal 179 35 65 0 0.80 0.64 0.30 347.5 0.67 0.42
Hex B3 23 41 0 50 40 1E 15C 43 2A
Octal 263 43 101 0 120 100 36 534 103 52
Binary 10110011 100011 1000001 0 1010000 1000000 11110 101011100 1000011 101010

Color Harmonies of #B32341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32341

Black with #B32341

Text Example


Text Example

White with #B32341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32341; }

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

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

background-color css

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

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

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

border-color css

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

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

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