Html Css Color HEX #B41940 Cardinal

📋 copy color: '#B41940'

red 180 ◦ green 25 ◦ blue 64

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

Shades of Cardinal #B41940

Tints of Cardinal #B41940

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 23.79%

R = 66.91%
G = 9.29%
B = 23.79%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.64

 K value IS 0.29

RGB Variations

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

Color information

#B41940 (or 0xB41940) is known color: Cardinal. HEX triplet: B4, 19 and 40. RGB value is (180,25,64). Sum of RGB (Red+Green+Blue) = 180+25+64=269 (35% of max value = 765). Red value is 180 (70.70% from 255 or 66.91% from 269); Green value is 25 (10.16% from 255 or 9.29% from 269); Blue value is 64 (25.39% from 255 or 23.79% from 269); Max value from RGB is 180 - color contains mainly: red. Hex color #B41940 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B41940 is #4BE6BF. Grayscale: #4B4B4B. Windows color (decimal): -4974272 or 4200884. OLE color: 4200884.

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

Color convert

RGB 180 25 64 -
CMYK 0 0.86 0.64 0.29
HSL 344.9º 0.76% 0.4% -
HSV(B) 344.9º 0.86% 0.71% -
XYZ 20.1 10.77 5.87 -
YUV 75.79 121.35 202.33 -
System Red Green Blue C M Y K H S L
Decimal 180 25 64 0 0.86 0.64 0.29 344.9 0.76 0.4
Hex B4 19 40 0 56 40 1D 159 4C 28
Octal 264 31 100 0 126 100 35 531 114 50
Binary 10110100 11001 1000000 0 1010110 1000000 11101 101011001 1001100 101000

Color Harmonies of #B41940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41940

Black with #B41940

Text Example


Text Example

White with #B41940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41940; }

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

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

background-color css

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

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

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

border-color css

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

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

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