Html Css Color HEX #B41746 Cardinal

📋 copy color: '#B41746'

red 180 ◦ green 23 ◦ blue 70

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

Shades of Cardinal #B41746

Tints of Cardinal #B41746

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 25.64%

R = 65.93%
G = 8.42%
B = 25.64%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.61

 K value IS 0.29

RGB Variations

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

Color information

#B41746 (or 0xB41746) is known color: Cardinal. HEX triplet: B4, 17 and 46. RGB value is (180,23,70). Sum of RGB (Red+Green+Blue) = 180+23+70=273 (36% of max value = 765). Red value is 180 (70.70% from 255 or 65.93% from 273); Green value is 23 (9.38% from 255 or 8.42% from 273); Blue value is 70 (27.73% from 255 or 25.64% from 273); Max value from RGB is 180 - color contains mainly: red. Hex color #B41746 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B41746 is #4BE8B9. Grayscale: #4B4B4B. Windows color (decimal): -4974778 or 4593588. OLE color: 4593588.

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

Color convert

RGB 180 23 70 -
CMYK 0 0.87 0.61 0.29
HSL 342.04º 0.77% 0.4% -
HSV(B) 342.04º 0.87% 0.71% -
XYZ 20.23 10.76 6.8 -
YUV 75.3 125.01 202.68 -
System Red Green Blue C M Y K H S L
Decimal 180 23 70 0 0.87 0.61 0.29 342.04 0.77 0.4
Hex B4 17 46 0 57 3D 1D 156 4D 28
Octal 264 27 106 0 127 75 35 526 115 50
Binary 10110100 10111 1000110 0 1010111 111101 11101 101010110 1001101 101000

Color Harmonies of #B41746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41746

Black with #B41746

Text Example


Text Example

White with #B41746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41746; }

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

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

background-color css

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

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

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

border-color css

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

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

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