Html Css Color HEX #B41831 Cardinal

📋 copy color: '#B41831'

red 180 ◦ green 24 ◦ blue 49

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

Shades of Cardinal #B41831

Tints of Cardinal #B41831

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 19.37%

R = 71.15%
G = 9.49%
B = 19.37%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.73

 K value IS 0.29

RGB Variations

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

Color information

#B41831 (or 0xB41831) is known color: Cardinal. HEX triplet: B4, 18 and 31. RGB value is (180,24,49). Sum of RGB (Red+Green+Blue) = 180+24+49=253 (33% of max value = 765). Red value is 180 (70.70% from 255 or 71.15% from 253); Green value is 24 (9.77% from 255 or 9.49% from 253); Blue value is 49 (19.53% from 255 or 19.37% from 253); Max value from RGB is 180 - color contains mainly: red. Hex color #B41831 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B41831 is #4BE7CE. Grayscale: #494949. Windows color (decimal): -4974543 or 3217588. OLE color: 3217588.

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

Color convert

RGB 180 24 49 -
CMYK 0 0.87 0.73 0.29
HSL 350.38º 0.76% 0.4% -
HSV(B) 350.38º 0.87% 0.71% -
XYZ 19.7 10.58 3.91 -
YUV 73.49 114.18 203.97 -
System Red Green Blue C M Y K H S L
Decimal 180 24 49 0 0.87 0.73 0.29 350.38 0.76 0.4
Hex B4 18 31 0 57 49 1D 15E 4C 28
Octal 264 30 61 0 127 111 35 536 114 50
Binary 10110100 11000 110001 0 1010111 1001001 11101 101011110 1001100 101000

Color Harmonies of #B41831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41831

Black with #B41831

Text Example


Text Example

White with #B41831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41831; }

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

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

background-color css

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

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

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

border-color css

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

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

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