Html Css Color HEX #B40440 Cardinal

📋 copy color: '#B40440'

red 180 ◦ green 4 ◦ blue 64

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

Shades of Cardinal #B40440

Tints of Cardinal #B40440

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.61%

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

R = 72.58%
G = 1.61%
B = 25.81%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.64

 K value IS 0.29

RGB Variations

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

Color information

#B40440 (or 0xB40440) is known color: Cardinal. HEX triplet: B4, 04 and 40. RGB value is (180,4,64). Sum of RGB (Red+Green+Blue) = 180+4+64=248 (32% of max value = 765). Red value is 180 (70.70% from 255 or 72.58% from 248); Green value is 4 (1.95% from 255 or 1.61% from 248); Blue value is 64 (25.39% from 255 or 25.81% from 248); Max value from RGB is 180 - color contains mainly: red. Hex color #B40440 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B40440 is #4BFBBF. Grayscale: #3F3F3F. Windows color (decimal): -4979648 or 4195508. OLE color: 4195508.

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

Color convert

RGB 180 4 64 -
CMYK 0 0.98 0.64 0.29
HSL 339.55º 0.96% 0.36% -
HSV(B) 339.55º 0.98% 0.71% -
XYZ 19.79 10.16 5.77 -
YUV 63.46 128.31 211.12 -
System Red Green Blue C M Y K H S L
Decimal 180 4 64 0 0.98 0.64 0.29 339.55 0.96 0.36
Hex B4 4 40 0 62 40 1D 154 60 24
Octal 264 4 100 0 142 100 35 524 140 44
Binary 10110100 100 1000000 0 1100010 1000000 11101 101010100 1100000 100100

Color Harmonies of #B40440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40440

Black with #B40440

Text Example


Text Example

White with #B40440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40440; }

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

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

background-color css

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

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

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

border-color css

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

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

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