Html Css Color HEX #B32238 Cardinal

📋 copy color: '#B32238'

red 179 ◦ green 34 ◦ blue 56

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

Shades of Cardinal #B32238

Tints of Cardinal #B32238

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.64%

 BLUE value IS 56 (22.27% from 255) = 20.82%

R = 66.54%
G = 12.64%
B = 20.82%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.69

 K value IS 0.30

RGB Variations

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

Color information

#B32238 (or 0xB32238) is known color: Cardinal. HEX triplet: B3, 22 and 38. RGB value is (179,34,56). Sum of RGB (Red+Green+Blue) = 179+34+56=269 (35% of max value = 765). Red value is 179 (70.31% from 255 or 66.54% from 269); Green value is 34 (13.67% from 255 or 12.64% from 269); Blue value is 56 (22.27% from 255 or 20.82% from 269); Max value from RGB is 179 - color contains mainly: red. Hex color #B32238 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B32238 is #4CDDC7. Grayscale: #4F4F4F. Windows color (decimal): -5037512 or 3678899. OLE color: 3678899.

HSL color Cylindrical-coordinate representation of color #B32238: hue angle of 350.9º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B32238 is Cyan = 0, Magento = 0.81, Yellow = 0.69 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 34 56 -
CMYK 0 0.81 0.69 0.30
HSL 350.9º 0.68% 0.42% -
HSV(B) 350.9º 0.81% 0.7% -
XYZ 19.88 11.01 4.82 -
YUV 79.86 114.54 198.71 -
System Red Green Blue C M Y K H S L
Decimal 179 34 56 0 0.81 0.69 0.30 350.9 0.68 0.42
Hex B3 22 38 0 51 45 1E 15F 44 2A
Octal 263 42 70 0 121 105 36 537 104 52
Binary 10110011 100010 111000 0 1010001 1000101 11110 101011111 1000100 101010

Color Harmonies of #B32238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32238

Black with #B32238

Text Example


Text Example

White with #B32238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32238; }

 p { color: rgb(179,34,56); }

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

background-color css

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

 a { background-color: rgb(179,34,56); }

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

border-color css

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

 span { border-color: rgb(179,34,56); }

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