Html Css Color HEX #B32441 Cardinal

📋 copy color: '#B32441'

red 179 ◦ green 36 ◦ blue 65

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

Shades of Cardinal #B32441

Tints of Cardinal #B32441

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.86%

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

R = 63.93%
G = 12.86%
B = 23.21%

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

#B32441 (or 0xB32441) is known color: Cardinal. HEX triplet: B3, 24 and 41. RGB value is (179,36,65). Sum of RGB (Red+Green+Blue) = 179+36+65=280 (37% of max value = 765). Red value is 179 (70.31% from 255 or 63.93% from 280); Green value is 36 (14.45% from 255 or 12.86% from 280); Blue value is 65 (25.78% from 255 or 23.21% from 280); Max value from RGB is 179 - color contains mainly: red. Hex color #B32441 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B32441 is #4CDBBE. Grayscale: #525252. Windows color (decimal): -5036991 or 4269235. OLE color: 4269235.

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

Color convert

RGB 179 36 65 -
CMYK 0 0.80 0.64 0.30
HSL 347.83º 0.67% 0.42% -
HSV(B) 347.83º 0.8% 0.7% -
XYZ 20.18 11.23 6.1 -
YUV 82.06 118.38 197.14 -
System Red Green Blue C M Y K H S L
Decimal 179 36 65 0 0.80 0.64 0.30 347.83 0.67 0.42
Hex B3 24 41 0 50 40 1E 15C 43 2A
Octal 263 44 101 0 120 100 36 534 103 52
Binary 10110011 100100 1000001 0 1010000 1000000 11110 101011100 1000011 101010

Color Harmonies of #B32441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32441

Black with #B32441

Text Example


Text Example

White with #B32441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32441; }

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

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

background-color css

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

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

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

border-color css

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

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

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