Html Css Color HEX #B41740 Cardinal

📋 copy color: '#B41740'

red 180 ◦ green 23 ◦ blue 64

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

Shades of Cardinal #B41740

Tints of Cardinal #B41740

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.61%

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

R = 67.42%
G = 8.61%
B = 23.97%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.64

 K value IS 0.29

RGB Variations

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

Color information

#B41740 (or 0xB41740) is known color: Cardinal. HEX triplet: B4, 17 and 40. RGB value is (180,23,64). Sum of RGB (Red+Green+Blue) = 180+23+64=267 (35% of max value = 765). Red value is 180 (70.70% from 255 or 67.42% from 267); Green value is 23 (9.38% from 255 or 8.61% from 267); Blue value is 64 (25.39% from 255 or 23.97% from 267); Max value from RGB is 180 - color contains mainly: red. Hex color #B41740 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B41740 is #4BE8BF. Grayscale: #4A4A4A. Windows color (decimal): -4974784 or 4200372. OLE color: 4200372.

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

Color convert

RGB 180 23 64 -
CMYK 0 0.87 0.64 0.29
HSL 344.33º 0.77% 0.4% -
HSV(B) 344.33º 0.87% 0.71% -
XYZ 20.05 10.69 5.86 -
YUV 74.62 122.01 203.17 -
System Red Green Blue C M Y K H S L
Decimal 180 23 64 0 0.87 0.64 0.29 344.33 0.77 0.4
Hex B4 17 40 0 57 40 1D 158 4D 28
Octal 264 27 100 0 127 100 35 530 115 50
Binary 10110100 10111 1000000 0 1010111 1000000 11101 101011000 1001101 101000

Color Harmonies of #B41740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41740

Black with #B41740

Text Example


Text Example

White with #B41740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41740; }

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

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

background-color css

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

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

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

border-color css

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

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

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