Html Css Color HEX #B41A32 Cardinal

📋 copy color: '#B41A32'

red 180 ◦ green 26 ◦ blue 50

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

Shades of Cardinal #B41A32

Tints of Cardinal #B41A32

RGB

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

 GREEN value IS 26 (10.55% from 255) = 10.16%

 BLUE value IS 50 (19.92% from 255) = 19.53%

R = 70.31%
G = 10.16%
B = 19.53%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.72

 K value IS 0.29

RGB Variations

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

Color information

#B41A32 (or 0xB41A32) is known color: Cardinal. HEX triplet: B4, 1A and 32. RGB value is (180,26,50). Sum of RGB (Red+Green+Blue) = 180+26+50=256 (33% of max value = 765). Red value is 180 (70.70% from 255 or 70.31% from 256); Green value is 26 (10.55% from 255 or 10.16% from 256); Blue value is 50 (19.92% from 255 or 19.53% from 256); Max value from RGB is 180 - color contains mainly: red. Hex color #B41A32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B41A32 is #4BE5CD. Grayscale: #4A4A4A. Windows color (decimal): -4974030 or 3283636. OLE color: 3283636.

HSL color Cylindrical-coordinate representation of color #B41A32: hue angle of 350.65º degrees, saturation: 0.75, 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 #B41A32 is Cyan = 0, Magento = 0.86, Yellow = 0.72 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 26 50 -
CMYK 0 0.86 0.72 0.29
HSL 350.65º 0.75% 0.4% -
HSV(B) 350.65º 0.86% 0.71% -
XYZ 19.77 10.67 4.04 -
YUV 74.78 114.02 203.05 -
System Red Green Blue C M Y K H S L
Decimal 180 26 50 0 0.86 0.72 0.29 350.65 0.75 0.4
Hex B4 1A 32 0 56 48 1D 15F 4B 28
Octal 264 32 62 0 126 110 35 537 113 50
Binary 10110100 11010 110010 0 1010110 1001000 11101 101011111 1001011 101000

Color Harmonies of #B41A32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41A32

Black with #B41A32

Text Example


Text Example

White with #B41A32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41A32; }

 p { color: rgb(180,26,50); }

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

background-color css

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

 a { background-color: rgb(180,26,50); }

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

border-color css

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

 span { border-color: rgb(180,26,50); }

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