Html Css Color HEX #B41846 Cardinal

📋 copy color: '#B41846'

red 180 ◦ green 24 ◦ blue 70

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

Shades of Cardinal #B41846

Tints of Cardinal #B41846

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.76%

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

R = 65.69%
G = 8.76%
B = 25.55%

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

#B41846 (or 0xB41846) is known color: Cardinal. HEX triplet: B4, 18 and 46. RGB value is (180,24,70). Sum of RGB (Red+Green+Blue) = 180+24+70=274 (36% of max value = 765). Red value is 180 (70.70% from 255 or 65.69% from 274); Green value is 24 (9.77% from 255 or 8.76% from 274); Blue value is 70 (27.73% from 255 or 25.55% from 274); Max value from RGB is 180 - color contains mainly: red. Hex color #B41846 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B41846 is #4BE7B9. Grayscale: #4B4B4B. Windows color (decimal): -4974522 or 4593844. OLE color: 4593844.

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

Color convert

RGB 180 24 70 -
CMYK 0 0.87 0.61 0.29
HSL 342.31º 0.76% 0.4% -
HSV(B) 342.31º 0.87% 0.71% -
XYZ 20.25 10.8 6.81 -
YUV 75.89 124.68 202.26 -
System Red Green Blue C M Y K H S L
Decimal 180 24 70 0 0.87 0.61 0.29 342.31 0.76 0.4
Hex B4 18 46 0 57 3D 1D 156 4C 28
Octal 264 30 106 0 127 75 35 526 114 50
Binary 10110100 11000 1000110 0 1010111 111101 11101 101010110 1001100 101000

Color Harmonies of #B41846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41846

Black with #B41846

Text Example


Text Example

White with #B41846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41846; }

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

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

background-color css

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

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

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

border-color css

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

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

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