Html Css Color HEX #B32637 Cardinal

📋 copy color: '#B32637'

red 179 ◦ green 38 ◦ blue 55

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

Shades of Cardinal #B32637

Tints of Cardinal #B32637

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.97%

 BLUE value IS 55 (21.88% from 255) = 20.22%

R = 65.81%
G = 13.97%
B = 20.22%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.69

 K value IS 0.30

RGB Variations

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

Color information

#B32637 (or 0xB32637) is known color: Cardinal. HEX triplet: B3, 26 and 37. RGB value is (179,38,55). Sum of RGB (Red+Green+Blue) = 179+38+55=272 (36% of max value = 765). Red value is 179 (70.31% from 255 or 65.81% from 272); Green value is 38 (15.23% from 255 or 13.97% from 272); Blue value is 55 (21.88% from 255 or 20.22% from 272); Max value from RGB is 179 - color contains mainly: red. Hex color #B32637 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B32637 is #4CD9C8. Grayscale: #525252. Windows color (decimal): -5036489 or 3614387. OLE color: 3614387.

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

Color convert

RGB 179 38 55 -
CMYK 0 0.79 0.69 0.30
HSL 352.77º 0.65% 0.43% -
HSV(B) 352.77º 0.79% 0.7% -
XYZ 19.97 11.25 4.73 -
YUV 82.1 112.71 197.12 -
System Red Green Blue C M Y K H S L
Decimal 179 38 55 0 0.79 0.69 0.30 352.77 0.65 0.43
Hex B3 26 37 0 4F 45 1E 161 41 2B
Octal 263 46 67 0 117 105 36 541 101 53
Binary 10110011 100110 110111 0 1001111 1000101 11110 101100001 1000001 101011

Color Harmonies of #B32637

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32637

Black with #B32637

Text Example


Text Example

White with #B32637

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32637; }

 p { color: rgb(179,38,55); }

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

background-color css

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

 a { background-color: rgb(179,38,55); }

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

border-color css

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

 span { border-color: rgb(179,38,55); }

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