Html Css Color HEX #B32241 Cardinal

📋 copy color: '#B32241'

red 179 ◦ green 34 ◦ blue 65

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

Shades of Cardinal #B32241

Tints of Cardinal #B32241

RGB

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

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

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

R = 64.39%
G = 12.23%
B = 23.38%

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

#B32241 (or 0xB32241) is known color: Cardinal. HEX triplet: B3, 22 and 41. RGB value is (179,34,65). Sum of RGB (Red+Green+Blue) = 179+34+65=278 (36% of max value = 765). Red value is 179 (70.31% from 255 or 64.39% from 278); Green value is 34 (13.67% from 255 or 12.23% from 278); Blue value is 65 (25.78% from 255 or 23.38% from 278); Max value from RGB is 179 - color contains mainly: red. Hex color #B32241 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B32241 is #4CDDBE. Grayscale: #505050. Windows color (decimal): -5037503 or 4268723. OLE color: 4268723.

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

Color convert

RGB 179 34 65 -
CMYK 0 0.81 0.64 0.30
HSL 347.17º 0.68% 0.42% -
HSV(B) 347.17º 0.81% 0.7% -
XYZ 20.12 11.11 6.09 -
YUV 80.89 119.04 197.98 -
System Red Green Blue C M Y K H S L
Decimal 179 34 65 0 0.81 0.64 0.30 347.17 0.68 0.42
Hex B3 22 41 0 51 40 1E 15B 44 2A
Octal 263 42 101 0 121 100 36 533 104 52
Binary 10110011 100010 1000001 0 1010001 1000000 11110 101011011 1000100 101010

Color Harmonies of #B32241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32241

Black with #B32241

Text Example


Text Example

White with #B32241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32241; }

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

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

background-color css

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

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

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

border-color css

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

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

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