Html Css Color HEX #B40840 Cardinal

📋 copy color: '#B40840'

red 180 ◦ green 8 ◦ blue 64

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

Shades of Cardinal #B40840

Tints of Cardinal #B40840

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.17%

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

R = 71.43%
G = 3.17%
B = 25.4%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.64

 K value IS 0.29

RGB Variations

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

Color information

#B40840 (or 0xB40840) is known color: Cardinal. HEX triplet: B4, 08 and 40. RGB value is (180,8,64). Sum of RGB (Red+Green+Blue) = 180+8+64=252 (33% of max value = 765). Red value is 180 (70.70% from 255 or 71.43% from 252); Green value is 8 (3.52% from 255 or 3.17% from 252); Blue value is 64 (25.39% from 255 or 25.40% from 252); Max value from RGB is 180 - color contains mainly: red. Hex color #B40840 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B40840 is #4BF7BF. Grayscale: #414141. Windows color (decimal): -4978624 or 4196532. OLE color: 4196532.

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

Color convert

RGB 180 8 64 -
CMYK 0 0.96 0.64 0.29
HSL 340.47º 0.91% 0.37% -
HSV(B) 340.47º 0.96% 0.71% -
XYZ 19.83 10.25 5.78 -
YUV 65.81 126.98 209.45 -
System Red Green Blue C M Y K H S L
Decimal 180 8 64 0 0.96 0.64 0.29 340.47 0.91 0.37
Hex B4 8 40 0 60 40 1D 154 5B 25
Octal 264 10 100 0 140 100 35 524 133 45
Binary 10110100 1000 1000000 0 1100000 1000000 11101 101010100 1011011 100101

Color Harmonies of #B40840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40840

Black with #B40840

Text Example


Text Example

White with #B40840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40840; }

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

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

background-color css

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

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

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

border-color css

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

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

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