Html Css Color HEX #B32129 Cardinal

📋 copy color: '#B32129'

red 179 ◦ green 33 ◦ blue 41

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

Shades of Cardinal #B32129

Tints of Cardinal #B32129

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 16.21%

R = 70.75%
G = 13.04%
B = 16.21%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.77

 K value IS 0.30

RGB Variations

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

Color information

#B32129 (or 0xB32129) is known color: Cardinal. HEX triplet: B3, 21 and 29. RGB value is (179,33,41). Sum of RGB (Red+Green+Blue) = 179+33+41=253 (33% of max value = 765). Red value is 179 (70.31% from 255 or 70.75% from 253); Green value is 33 (13.28% from 255 or 13.04% from 253); Blue value is 41 (16.41% from 255 or 16.21% from 253); Max value from RGB is 179 - color contains mainly: red. Hex color #B32129 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B32129 is #4CDED6. Grayscale: #4D4D4D. Windows color (decimal): -5037783 or 2695603. OLE color: 2695603.

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

Color convert

RGB 179 33 41 -
CMYK 0 0.82 0.77 0.30
HSL 356.71º 0.69% 0.42% -
HSV(B) 356.71º 0.82% 0.7% -
XYZ 19.53 10.83 3.16 -
YUV 77.57 107.37 200.35 -
System Red Green Blue C M Y K H S L
Decimal 179 33 41 0 0.82 0.77 0.30 356.71 0.69 0.42
Hex B3 21 29 0 52 4D 1E 165 45 2A
Octal 263 41 51 0 122 115 36 545 105 52
Binary 10110011 100001 101001 0 1010010 1001101 11110 101100101 1000101 101010

Color Harmonies of #B32129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32129

Black with #B32129

Text Example


Text Example

White with #B32129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32129; }

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

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

background-color css

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

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

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

border-color css

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

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

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