Html Css Color HEX #B32540 Cardinal

📋 copy color: '#B32540'

red 179 ◦ green 37 ◦ blue 64

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

Shades of Cardinal #B32540

Tints of Cardinal #B32540

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.21%

 BLUE value IS 64 (25.39% from 255) = 22.86%

R = 63.93%
G = 13.21%
B = 22.86%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.64

 K value IS 0.30

RGB Variations

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

Color information

#B32540 (or 0xB32540) is known color: Cardinal. HEX triplet: B3, 25 and 40. RGB value is (179,37,64). Sum of RGB (Red+Green+Blue) = 179+37+64=280 (37% of max value = 765). Red value is 179 (70.31% from 255 or 63.93% from 280); Green value is 37 (14.84% from 255 or 13.21% from 280); Blue value is 64 (25.39% from 255 or 22.86% from 280); Max value from RGB is 179 - color contains mainly: red. Hex color #B32540 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B32540 is #4CDABF. Grayscale: #525252. Windows color (decimal): -5036736 or 4203955. OLE color: 4203955.

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

Color convert

RGB 179 37 64 -
CMYK 0 0.79 0.64 0.30
HSL 348.59º 0.66% 0.42% -
HSV(B) 348.59º 0.79% 0.7% -
XYZ 20.18 11.28 5.96 -
YUV 82.54 117.54 196.8 -
System Red Green Blue C M Y K H S L
Decimal 179 37 64 0 0.79 0.64 0.30 348.59 0.66 0.42
Hex B3 25 40 0 4F 40 1E 15D 42 2A
Octal 263 45 100 0 117 100 36 535 102 52
Binary 10110011 100101 1000000 0 1001111 1000000 11110 101011101 1000010 101010

Color Harmonies of #B32540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B32540

Black with #B32540

Text Example


Text Example

White with #B32540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B32540; }

 p { color: rgb(179,37,64); }

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

background-color css

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

 a { background-color: rgb(179,37,64); }

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

border-color css

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

 span { border-color: rgb(179,37,64); }

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