Html Css Color HEX #B32739 Cardinal

📋 copy color: '#B32739'

red 179 ◦ green 39 ◦ blue 57

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

Shades of Cardinal #B32739

Tints of Cardinal #B32739

RGB

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

 GREEN value IS 39 (15.63% from 255) = 14.18%

 BLUE value IS 57 (22.66% from 255) = 20.73%

R = 65.09%
G = 14.18%
B = 20.73%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.68

 K value IS 0.30

RGB Variations

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

Color information

#B32739 (or 0xB32739) is known color: Cardinal. HEX triplet: B3, 27 and 39. RGB value is (179,39,57). Sum of RGB (Red+Green+Blue) = 179+39+57=275 (36% of max value = 765). Red value is 179 (70.31% from 255 or 65.09% from 275); Green value is 39 (15.62% from 255 or 14.18% from 275); Blue value is 57 (22.66% from 255 or 20.73% from 275); Max value from RGB is 179 - color contains mainly: red. Hex color #B32739 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B32739 is #4CD8C6. Grayscale: #525252. Windows color (decimal): -5036231 or 3745715. OLE color: 3745715.

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

Color convert

RGB 179 39 57 -
CMYK 0 0.78 0.68 0.30
HSL 352.29º 0.64% 0.43% -
HSV(B) 352.29º 0.78% 0.7% -
XYZ 20.05 11.33 5 -
YUV 82.91 113.38 196.54 -
System Red Green Blue C M Y K H S L
Decimal 179 39 57 0 0.78 0.68 0.30 352.29 0.64 0.43
Hex B3 27 39 0 4E 44 1E 160 40 2B
Octal 263 47 71 0 116 104 36 540 100 53
Binary 10110011 100111 111001 0 1001110 1000100 11110 101100000 1000000 101011

Color Harmonies of #B32739

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32739

Black with #B32739

Text Example


Text Example

White with #B32739

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32739; }

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

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

background-color css

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

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

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

border-color css

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

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

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