Html Css Color HEX #B40540 Cardinal

📋 copy color: '#B40540'

red 180 ◦ green 5 ◦ blue 64

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

Shades of Cardinal #B40540

Tints of Cardinal #B40540

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.01%

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

R = 72.29%
G = 2.01%
B = 25.7%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.64

 K value IS 0.29

RGB Variations

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

Color information

#B40540 (or 0xB40540) is known color: Cardinal. HEX triplet: B4, 05 and 40. RGB value is (180,5,64). Sum of RGB (Red+Green+Blue) = 180+5+64=249 (32% of max value = 765). Red value is 180 (70.70% from 255 or 72.29% from 249); Green value is 5 (2.34% from 255 or 2.01% from 249); Blue value is 64 (25.39% from 255 or 25.70% from 249); Max value from RGB is 180 - color contains mainly: red. Hex color #B40540 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B40540 is #4BFABF. Grayscale: #3F3F3F. Windows color (decimal): -4979392 or 4195764. OLE color: 4195764.

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

Color convert

RGB 180 5 64 -
CMYK 0 0.97 0.64 0.29
HSL 339.77º 0.95% 0.36% -
HSV(B) 339.77º 0.97% 0.71% -
XYZ 19.8 10.18 5.77 -
YUV 64.05 127.98 210.7 -
System Red Green Blue C M Y K H S L
Decimal 180 5 64 0 0.97 0.64 0.29 339.77 0.95 0.36
Hex B4 5 40 0 61 40 1D 154 5F 24
Octal 264 5 100 0 141 100 35 524 137 44
Binary 10110100 101 1000000 0 1100001 1000000 11101 101010100 1011111 100100

Color Harmonies of #B40540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40540

Black with #B40540

Text Example


Text Example

White with #B40540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40540; }

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

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

background-color css

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

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

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

border-color css

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

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

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