Html Css Color HEX #B41632 Cardinal

📋 copy color: '#B41632'

red 180 ◦ green 22 ◦ blue 50

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

Shades of Cardinal #B41632

Tints of Cardinal #B41632

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.73%

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

R = 71.43%
G = 8.73%
B = 19.84%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.72

 K value IS 0.29

RGB Variations

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

Color information

#B41632 (or 0xB41632) is known color: Cardinal. HEX triplet: B4, 16 and 32. RGB value is (180,22,50). Sum of RGB (Red+Green+Blue) = 180+22+50=252 (33% of max value = 765). Red value is 180 (70.70% from 255 or 71.43% from 252); Green value is 22 (8.98% from 255 or 8.73% from 252); Blue value is 50 (19.92% from 255 or 19.84% from 252); Max value from RGB is 180 - color contains mainly: red. Hex color #B41632 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B41632 is #4BE9CD. Grayscale: #484848. Windows color (decimal): -4975054 or 3282612. OLE color: 3282612.

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

Color convert

RGB 180 22 50 -
CMYK 0 0.88 0.72 0.29
HSL 349.37º 0.78% 0.4% -
HSV(B) 349.37º 0.88% 0.71% -
XYZ 19.69 10.51 4.01 -
YUV 72.43 115.35 204.72 -
System Red Green Blue C M Y K H S L
Decimal 180 22 50 0 0.88 0.72 0.29 349.37 0.78 0.4
Hex B4 16 32 0 58 48 1D 15D 4E 28
Octal 264 26 62 0 130 110 35 535 116 50
Binary 10110100 10110 110010 0 1011000 1001000 11101 101011101 1001110 101000

Color Harmonies of #B41632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41632

Black with #B41632

Text Example


Text Example

White with #B41632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41632; }

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

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

background-color css

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

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

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

border-color css

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

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

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