Html Css Color HEX #B41232 Cardinal

📋 copy color: '#B41232'

red 180 ◦ green 18 ◦ blue 50

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

Shades of Cardinal #B41232

Tints of Cardinal #B41232

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.26%

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

R = 72.58%
G = 7.26%
B = 20.16%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.72

 K value IS 0.29

RGB Variations

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

Color information

#B41232 (or 0xB41232) is known color: Cardinal. HEX triplet: B4, 12 and 32. RGB value is (180,18,50). Sum of RGB (Red+Green+Blue) = 180+18+50=248 (32% of max value = 765). Red value is 180 (70.70% from 255 or 72.58% from 248); Green value is 18 (7.42% from 255 or 7.26% from 248); Blue value is 50 (19.92% from 255 or 20.16% from 248); Max value from RGB is 180 - color contains mainly: red. Hex color #B41232 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B41232 is #4BEDCD. Grayscale: #464646. Windows color (decimal): -4976078 or 3281588. OLE color: 3281588.

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

Color convert

RGB 180 18 50 -
CMYK 0 0.9 0.72 0.29
HSL 348.15º 0.82% 0.39% -
HSV(B) 348.15º 0.9% 0.71% -
XYZ 19.61 10.37 3.98 -
YUV 70.09 116.67 206.4 -
System Red Green Blue C M Y K H S L
Decimal 180 18 50 0 0.9 0.72 0.29 348.15 0.82 0.39
Hex B4 12 32 0 5A 48 1D 15C 52 27
Octal 264 22 62 0 132 110 35 534 122 47
Binary 10110100 10010 110010 0 1011010 1001000 11101 101011100 1010010 100111

Color Harmonies of #B41232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41232

Black with #B41232

Text Example


Text Example

White with #B41232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41232; }

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

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

background-color css

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

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

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

border-color css

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

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

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