Html Css Color HEX #B41046 Cardinal

📋 copy color: '#B41046'

red 180 ◦ green 16 ◦ blue 70

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

Shades of Cardinal #B41046

Tints of Cardinal #B41046

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.02%

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

R = 67.67%
G = 6.02%
B = 26.32%

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

#B41046 (or 0xB41046) is known color: Cardinal. HEX triplet: B4, 10 and 46. RGB value is (180,16,70). Sum of RGB (Red+Green+Blue) = 180+16+70=266 (35% of max value = 765). Red value is 180 (70.70% from 255 or 67.67% from 266); Green value is 16 (6.64% from 255 or 6.02% from 266); Blue value is 70 (27.73% from 255 or 26.32% from 266); Max value from RGB is 180 - color contains mainly: red. Hex color #B41046 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B41046 is #4BEFB9. Grayscale: #474747. Windows color (decimal): -4976570 or 4591796. OLE color: 4591796.

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

Color convert

RGB 180 16 70 -
CMYK 0 0.91 0.61 0.29
HSL 340.24º 0.84% 0.38% -
HSV(B) 340.24º 0.91% 0.71% -
XYZ 20.11 10.52 6.76 -
YUV 71.19 127.33 205.61 -
System Red Green Blue C M Y K H S L
Decimal 180 16 70 0 0.91 0.61 0.29 340.24 0.84 0.38
Hex B4 10 46 0 5B 3D 1D 154 54 26
Octal 264 20 106 0 133 75 35 524 124 46
Binary 10110100 10000 1000110 0 1011011 111101 11101 101010100 1010100 100110

Color Harmonies of #B41046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41046

Black with #B41046

Text Example


Text Example

White with #B41046

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41046; }

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

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

background-color css

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

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

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

border-color css

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

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

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