Html Css Color HEX #B51740 Cardinal

📋 copy color: '#B51740'

red 181 ◦ green 23 ◦ blue 64

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

Shades of Cardinal #B51740

Tints of Cardinal #B51740

RGB

 RED value IS 181 (71.09% from 255) = 67.54%

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

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

R = 67.54%
G = 8.58%
B = 23.88%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.65

 K value IS 0.29

RGB Variations

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

Color information

#B51740 (or 0xB51740) is known color: Cardinal. HEX triplet: B5, 17 and 40. RGB value is (181,23,64). Sum of RGB (Red+Green+Blue) = 181+23+64=268 (35% of max value = 765). Red value is 181 (71.09% from 255 or 67.54% from 268); Green value is 23 (9.38% from 255 or 8.58% from 268); Blue value is 64 (25.39% from 255 or 23.88% from 268); Max value from RGB is 181 - color contains mainly: red. Hex color #B51740 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B51740 is #4AE8BF. Grayscale: #4A4A4A. Windows color (decimal): -4909248 or 4200373. OLE color: 4200373.

HSL color Cylindrical-coordinate representation of color #B51740: hue angle of 344.43º 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 #B51740 is Cyan = 0, Magento = 0.87, Yellow = 0.65 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 23 64 -
CMYK 0 0.87 0.65 0.29
HSL 344.43º 0.77% 0.4% -
HSV(B) 344.43º 0.87% 0.71% -
XYZ 20.29 10.81 5.87 -
YUV 74.92 121.85 203.67 -
System Red Green Blue C M Y K H S L
Decimal 181 23 64 0 0.87 0.65 0.29 344.43 0.77 0.4
Hex B5 17 40 0 57 41 1D 158 4D 28
Octal 265 27 100 0 127 101 35 530 115 50
Binary 10110101 10111 1000000 0 1010111 1000001 11101 101011000 1001101 101000

Color Harmonies of #B51740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B51740

Black with #B51740

Text Example


Text Example

White with #B51740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B51740; }

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

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

background-color css

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

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

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

border-color css

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

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

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