Html Css Color HEX #B41146 Cardinal

📋 copy color: '#B41146'

red 180 ◦ green 17 ◦ blue 70

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

Shades of Cardinal #B41146

Tints of Cardinal #B41146

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.37%

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

R = 67.42%
G = 6.37%
B = 26.22%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.61

 K value IS 0.29

RGB Variations

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

Color information

#B41146 (or 0xB41146) is known color: Cardinal. HEX triplet: B4, 11 and 46. RGB value is (180,17,70). Sum of RGB (Red+Green+Blue) = 180+17+70=267 (35% of max value = 765). Red value is 180 (70.70% from 255 or 67.42% from 267); Green value is 17 (7.03% from 255 or 6.37% from 267); Blue value is 70 (27.73% from 255 or 26.22% from 267); Max value from RGB is 180 - color contains mainly: red. Hex color #B41146 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B41146 is #4BEEB9. Grayscale: #474747. Windows color (decimal): -4976314 or 4592052. OLE color: 4592052.

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

Color convert

RGB 180 17 70 -
CMYK 0 0.91 0.61 0.29
HSL 340.49º 0.83% 0.39% -
HSV(B) 340.49º 0.91% 0.71% -
XYZ 20.13 10.55 6.77 -
YUV 71.78 127 205.19 -
System Red Green Blue C M Y K H S L
Decimal 180 17 70 0 0.91 0.61 0.29 340.49 0.83 0.39
Hex B4 11 46 0 5B 3D 1D 154 53 27
Octal 264 21 106 0 133 75 35 524 123 47
Binary 10110100 10001 1000110 0 1011011 111101 11101 101010100 1010011 100111

Color Harmonies of #B41146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41146

Black with #B41146

Text Example


Text Example

White with #B41146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41146; }

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

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

background-color css

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

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

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

border-color css

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

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

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