Html Css Color HEX #B41246 Cardinal

📋 copy color: '#B41246'

red 180 ◦ green 18 ◦ blue 70

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

Shades of Cardinal #B41246

Tints of Cardinal #B41246

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.72%

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

R = 67.16%
G = 6.72%
B = 26.12%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.61

 K value IS 0.29

RGB Variations

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

Color information

#B41246 (or 0xB41246) is known color: Cardinal. HEX triplet: B4, 12 and 46. RGB value is (180,18,70). Sum of RGB (Red+Green+Blue) = 180+18+70=268 (35% of max value = 765). Red value is 180 (70.70% from 255 or 67.16% from 268); Green value is 18 (7.42% from 255 or 6.72% from 268); Blue value is 70 (27.73% from 255 or 26.12% from 268); Max value from RGB is 180 - color contains mainly: red. Hex color #B41246 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B41246 is #4BEDB9. Grayscale: #484848. Windows color (decimal): -4976058 or 4592308. OLE color: 4592308.

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

Color convert

RGB 180 18 70 -
CMYK 0 0.9 0.61 0.29
HSL 340.74º 0.82% 0.39% -
HSV(B) 340.74º 0.9% 0.71% -
XYZ 20.14 10.58 6.77 -
YUV 72.37 126.67 204.77 -
System Red Green Blue C M Y K H S L
Decimal 180 18 70 0 0.9 0.61 0.29 340.74 0.82 0.39
Hex B4 12 46 0 5A 3D 1D 155 52 27
Octal 264 22 106 0 132 75 35 525 122 47
Binary 10110100 10010 1000110 0 1011010 111101 11101 101010101 1010010 100111

Color Harmonies of #B41246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41246

Black with #B41246

Text Example


Text Example

White with #B41246

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41246; }

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

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

background-color css

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

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

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

border-color css

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

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

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