Html Css Color HEX #B32127 Cardinal

📋 copy color: '#B32127'

red 179 ◦ green 33 ◦ blue 39

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

Shades of Cardinal #B32127

Tints of Cardinal #B32127

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 15.54%

R = 71.31%
G = 13.15%
B = 15.54%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.78

 K value IS 0.30

RGB Variations

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

Color information

#B32127 (or 0xB32127) is known color: Cardinal. HEX triplet: B3, 21 and 27. RGB value is (179,33,39). Sum of RGB (Red+Green+Blue) = 179+33+39=251 (33% of max value = 765). Red value is 179 (70.31% from 255 or 71.31% from 251); Green value is 33 (13.28% from 255 or 13.15% from 251); Blue value is 39 (15.62% from 255 or 15.54% from 251); Max value from RGB is 179 - color contains mainly: red. Hex color #B32127 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B32127 is #4CDED8. Grayscale: #4D4D4D. Windows color (decimal): -5037785 or 2564531. OLE color: 2564531.

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

Color convert

RGB 179 33 39 -
CMYK 0 0.82 0.78 0.30
HSL 357.53º 0.69% 0.42% -
HSV(B) 357.53º 0.82% 0.7% -
XYZ 19.5 10.82 2.98 -
YUV 77.34 106.37 200.51 -
System Red Green Blue C M Y K H S L
Decimal 179 33 39 0 0.82 0.78 0.30 357.53 0.69 0.42
Hex B3 21 27 0 52 4E 1E 166 45 2A
Octal 263 41 47 0 122 116 36 546 105 52
Binary 10110011 100001 100111 0 1010010 1001110 11110 101100110 1000101 101010

Color Harmonies of #B32127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32127

Black with #B32127

Text Example


Text Example

White with #B32127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32127; }

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

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

background-color css

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

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

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

border-color css

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

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

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