Html Css Color HEX #B41332 Cardinal

📋 copy color: '#B41332'

red 180 ◦ green 19 ◦ blue 50

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

Shades of Cardinal #B41332

Tints of Cardinal #B41332

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.63%

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

R = 72.29%
G = 7.63%
B = 20.08%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.72

 K value IS 0.29

RGB Variations

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

Color information

#B41332 (or 0xB41332) is known color: Cardinal. HEX triplet: B4, 13 and 32. RGB value is (180,19,50). Sum of RGB (Red+Green+Blue) = 180+19+50=249 (32% of max value = 765). Red value is 180 (70.70% from 255 or 72.29% from 249); Green value is 19 (7.81% from 255 or 7.63% from 249); Blue value is 50 (19.92% from 255 or 20.08% from 249); Max value from RGB is 180 - color contains mainly: red. Hex color #B41332 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B41332 is #4BECCD. Grayscale: #464646. Windows color (decimal): -4975822 or 3281844. OLE color: 3281844.

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

Color convert

RGB 180 19 50 -
CMYK 0 0.89 0.72 0.29
HSL 348.45º 0.81% 0.39% -
HSV(B) 348.45º 0.89% 0.71% -
XYZ 19.63 10.4 3.99 -
YUV 70.67 116.34 205.98 -
System Red Green Blue C M Y K H S L
Decimal 180 19 50 0 0.89 0.72 0.29 348.45 0.81 0.39
Hex B4 13 32 0 59 48 1D 15C 51 27
Octal 264 23 62 0 131 110 35 534 121 47
Binary 10110100 10011 110010 0 1011001 1001000 11101 101011100 1010001 100111

Color Harmonies of #B41332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41332

Black with #B41332

Text Example


Text Example

White with #B41332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41332; }

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

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

background-color css

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

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

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

border-color css

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

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

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