Html Css Color HEX #B32134 Cardinal

📋 copy color: '#B32134'

red 179 ◦ green 33 ◦ blue 52

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

Shades of Cardinal #B32134

Tints of Cardinal #B32134

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 19.7%

R = 67.8%
G = 12.5%
B = 19.7%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.71

 K value IS 0.30

RGB Variations

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

Color information

#B32134 (or 0xB32134) is known color: Cardinal. HEX triplet: B3, 21 and 34. RGB value is (179,33,52). Sum of RGB (Red+Green+Blue) = 179+33+52=264 (34% of max value = 765). Red value is 179 (70.31% from 255 or 67.80% from 264); Green value is 33 (13.28% from 255 or 12.5% from 264); Blue value is 52 (20.70% from 255 or 19.70% from 264); Max value from RGB is 179 - color contains mainly: red. Hex color #B32134 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B32134 is #4CDECB. Grayscale: #4E4E4E. Windows color (decimal): -5037772 or 3416499. OLE color: 3416499.

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

Color convert

RGB 179 33 52 -
CMYK 0 0.82 0.71 0.30
HSL 352.19º 0.69% 0.42% -
HSV(B) 352.19º 0.82% 0.7% -
XYZ 19.75 10.92 4.32 -
YUV 78.82 112.87 199.46 -
System Red Green Blue C M Y K H S L
Decimal 179 33 52 0 0.82 0.71 0.30 352.19 0.69 0.42
Hex B3 21 34 0 52 47 1E 160 45 2A
Octal 263 41 64 0 122 107 36 540 105 52
Binary 10110011 100001 110100 0 1010010 1000111 11110 101100000 1000101 101010

Color Harmonies of #B32134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32134

Black with #B32134

Text Example


Text Example

White with #B32134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32134; }

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

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

background-color css

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

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

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

border-color css

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

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

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