Html Css Color HEX #B41935 Cardinal

📋 copy color: '#B41935'

red 180 ◦ green 25 ◦ blue 53

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

Shades of Cardinal #B41935

Tints of Cardinal #B41935

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.69%

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

R = 69.77%
G = 9.69%
B = 20.54%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.71

 K value IS 0.29

RGB Variations

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

Color information

#B41935 (or 0xB41935) is known color: Cardinal. HEX triplet: B4, 19 and 35. RGB value is (180,25,53). Sum of RGB (Red+Green+Blue) = 180+25+53=258 (34% of max value = 765). Red value is 180 (70.70% from 255 or 69.77% from 258); Green value is 25 (10.16% from 255 or 9.69% from 258); Blue value is 53 (21.09% from 255 or 20.54% from 258); Max value from RGB is 180 - color contains mainly: red. Hex color #B41935 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B41935 is #4BE6CA. Grayscale: #4A4A4A. Windows color (decimal): -4974283 or 3479988. OLE color: 3479988.

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

Color convert

RGB 180 25 53 -
CMYK 0 0.86 0.71 0.29
HSL 349.16º 0.76% 0.4% -
HSV(B) 349.16º 0.86% 0.71% -
XYZ 19.81 10.66 4.38 -
YUV 74.54 115.85 203.22 -
System Red Green Blue C M Y K H S L
Decimal 180 25 53 0 0.86 0.71 0.29 349.16 0.76 0.4
Hex B4 19 35 0 56 47 1D 15D 4C 28
Octal 264 31 65 0 126 107 35 535 114 50
Binary 10110100 11001 110101 0 1010110 1000111 11101 101011101 1001100 101000

Color Harmonies of #B41935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41935

Black with #B41935

Text Example


Text Example

White with #B41935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41935; }

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

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

background-color css

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

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

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

border-color css

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

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

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