Html Css Color HEX #B41835 Cardinal

📋 copy color: '#B41835'

red 180 ◦ green 24 ◦ blue 53

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

Shades of Cardinal #B41835

Tints of Cardinal #B41835

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 20.62%

R = 70.04%
G = 9.34%
B = 20.62%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.71

 K value IS 0.29

RGB Variations

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

Color information

#B41835 (or 0xB41835) is known color: Cardinal. HEX triplet: B4, 18 and 35. RGB value is (180,24,53). Sum of RGB (Red+Green+Blue) = 180+24+53=257 (34% of max value = 765). Red value is 180 (70.70% from 255 or 70.04% from 257); Green value is 24 (9.77% from 255 or 9.34% from 257); Blue value is 53 (21.09% from 255 or 20.62% from 257); Max value from RGB is 180 - color contains mainly: red. Hex color #B41835 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B41835 is #4BE7CA. Grayscale: #494949. Windows color (decimal): -4974539 or 3479732. OLE color: 3479732.

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

Color convert

RGB 180 24 53 -
CMYK 0 0.87 0.71 0.29
HSL 348.85º 0.76% 0.4% -
HSV(B) 348.85º 0.87% 0.71% -
XYZ 19.79 10.61 4.37 -
YUV 73.95 116.18 203.64 -
System Red Green Blue C M Y K H S L
Decimal 180 24 53 0 0.87 0.71 0.29 348.85 0.76 0.4
Hex B4 18 35 0 57 47 1D 15D 4C 28
Octal 264 30 65 0 127 107 35 535 114 50
Binary 10110100 11000 110101 0 1010111 1000111 11101 101011101 1001100 101000

Color Harmonies of #B41835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41835

Black with #B41835

Text Example


Text Example

White with #B41835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41835; }

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

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

background-color css

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

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

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

border-color css

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

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

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