Html Css Color HEX #B41946 Cardinal

📋 copy color: '#B41946'

red 180 ◦ green 25 ◦ blue 70

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

Shades of Cardinal #B41946

Tints of Cardinal #B41946

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.09%

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

R = 65.45%
G = 9.09%
B = 25.45%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.61

 K value IS 0.29

RGB Variations

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

Color information

#B41946 (or 0xB41946) is known color: Cardinal. HEX triplet: B4, 19 and 46. RGB value is (180,25,70). Sum of RGB (Red+Green+Blue) = 180+25+70=275 (36% of max value = 765). Red value is 180 (70.70% from 255 or 65.45% from 275); Green value is 25 (10.16% from 255 or 9.09% from 275); Blue value is 70 (27.73% from 255 or 25.45% from 275); Max value from RGB is 180 - color contains mainly: red. Hex color #B41946 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B41946 is #4BE6B9. Grayscale: #4C4C4C. Windows color (decimal): -4974266 or 4594100. OLE color: 4594100.

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

Color convert

RGB 180 25 70 -
CMYK 0 0.86 0.61 0.29
HSL 342.58º 0.76% 0.4% -
HSV(B) 342.58º 0.86% 0.71% -
XYZ 20.28 10.84 6.82 -
YUV 76.48 124.35 201.84 -
System Red Green Blue C M Y K H S L
Decimal 180 25 70 0 0.86 0.61 0.29 342.58 0.76 0.4
Hex B4 19 46 0 56 3D 1D 157 4C 28
Octal 264 31 106 0 126 75 35 527 114 50
Binary 10110100 11001 1000110 0 1010110 111101 11101 101010111 1001100 101000

Color Harmonies of #B41946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41946

Black with #B41946

Text Example


Text Example

White with #B41946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41946; }

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

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

background-color css

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

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

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

border-color css

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

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

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