Html Css Color HEX #B40640 Cardinal

📋 copy color: '#B40640'

red 180 ◦ green 6 ◦ blue 64

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

Shades of Cardinal #B40640

Tints of Cardinal #B40640

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.4%

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

R = 72%
G = 2.4%
B = 25.6%

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

#B40640 (or 0xB40640) is known color: Cardinal. HEX triplet: B4, 06 and 40. RGB value is (180,6,64). Sum of RGB (Red+Green+Blue) = 180+6+64=250 (33% of max value = 765). Red value is 180 (70.70% from 255 or 72% from 250); Green value is 6 (2.73% from 255 or 2.4% from 250); Blue value is 64 (25.39% from 255 or 25.6% from 250); Max value from RGB is 180 - color contains mainly: red. Hex color #B40640 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B40640 is #4BF9BF. Grayscale: #404040. Windows color (decimal): -4979136 or 4196020. OLE color: 4196020.

HSL color Cylindrical-coordinate representation of color #B40640: hue angle of 340º degrees, saturation: 0.94, 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 #B40640 is Cyan = 0, Magento = 0.97, Yellow = 0.64 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 6 64 -
CMYK 0 0.97 0.64 0.29
HSL 340º 0.94% 0.36% -
HSV(B) 340º 0.97% 0.71% -
XYZ 19.81 10.2 5.78 -
YUV 64.64 127.65 210.28 -
System Red Green Blue C M Y K H S L
Decimal 180 6 64 0 0.97 0.64 0.29 340 0.94 0.36
Hex B4 6 40 0 61 40 1D 154 5E 24
Octal 264 6 100 0 141 100 35 524 136 44
Binary 10110100 110 1000000 0 1100001 1000000 11101 101010100 1011110 100100

Color Harmonies of #B40640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40640

Black with #B40640

Text Example


Text Example

White with #B40640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40640; }

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

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

background-color css

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

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

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

border-color css

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

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

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