Html Css Color HEX #B32141 Cardinal

📋 copy color: '#B32141'

red 179 ◦ green 33 ◦ blue 65

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

Shades of Cardinal #B32141

Tints of Cardinal #B32141

RGB

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

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

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

R = 64.62%
G = 11.91%
B = 23.47%

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

#B32141 (or 0xB32141) is known color: Cardinal. HEX triplet: B3, 21 and 41. RGB value is (179,33,65). Sum of RGB (Red+Green+Blue) = 179+33+65=277 (36% of max value = 765). Red value is 179 (70.31% from 255 or 64.62% from 277); Green value is 33 (13.28% from 255 or 11.91% from 277); Blue value is 65 (25.78% from 255 or 23.47% from 277); Max value from RGB is 179 - color contains mainly: red. Hex color #B32141 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B32141 is #4CDEBE. Grayscale: #505050. Windows color (decimal): -5037759 or 4268467. OLE color: 4268467.

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

Color convert

RGB 179 33 65 -
CMYK 0 0.82 0.64 0.30
HSL 346.85º 0.69% 0.42% -
HSV(B) 346.85º 0.82% 0.7% -
XYZ 20.09 11.05 6.08 -
YUV 80.3 119.37 198.4 -
System Red Green Blue C M Y K H S L
Decimal 179 33 65 0 0.82 0.64 0.30 346.85 0.69 0.42
Hex B3 21 41 0 52 40 1E 15B 45 2A
Octal 263 41 101 0 122 100 36 533 105 52
Binary 10110011 100001 1000001 0 1010010 1000000 11110 101011011 1000101 101010

Color Harmonies of #B32141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32141

Black with #B32141

Text Example


Text Example

White with #B32141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32141; }

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

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

background-color css

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

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

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

border-color css

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

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

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