Html Css Color HEX #B42040 Cardinal

📋 copy color: '#B42040'

red 180 ◦ green 32 ◦ blue 64

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

Shades of Cardinal #B42040

Tints of Cardinal #B42040

RGB

 RED value IS 180 (70.7% from 255) = 65.22%

 GREEN value IS 32 (12.89% from 255) = 11.59%

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

R = 65.22%
G = 11.59%
B = 23.19%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.64

 K value IS 0.29

RGB Variations

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

Color information

#B42040 (or 0xB42040) is known color: Cardinal. HEX triplet: B4, 20 and 40. RGB value is (180,32,64). Sum of RGB (Red+Green+Blue) = 180+32+64=276 (36% of max value = 765). Red value is 180 (70.70% from 255 or 65.22% from 276); Green value is 32 (12.89% from 255 or 11.59% from 276); Blue value is 64 (25.39% from 255 or 23.19% from 276); Max value from RGB is 180 - color contains mainly: red. Hex color #B42040 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B42040 is #4BDFBF. Grayscale: #4F4F4F. Windows color (decimal): -4972480 or 4202676. OLE color: 4202676.

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

Color convert

RGB 180 32 64 -
CMYK 0 0.82 0.64 0.29
HSL 347.03º 0.7% 0.42% -
HSV(B) 347.03º 0.82% 0.71% -
XYZ 20.26 11.11 5.93 -
YUV 79.9 119.03 199.4 -
System Red Green Blue C M Y K H S L
Decimal 180 32 64 0 0.82 0.64 0.29 347.03 0.7 0.42
Hex B4 20 40 0 52 40 1D 15B 46 2A
Octal 264 40 100 0 122 100 35 533 106 52
Binary 10110100 100000 1000000 0 1010010 1000000 11101 101011011 1000110 101010

Color Harmonies of #B42040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B42040

Black with #B42040

Text Example


Text Example

White with #B42040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B42040; }

 p { color: rgb(180,32,64); }

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

background-color css

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

 a { background-color: rgb(180,32,64); }

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

border-color css

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

 span { border-color: rgb(180,32,64); }

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