Html Css Color HEX #B41934 Cardinal

📋 copy color: '#B41934'

red 180 ◦ green 25 ◦ blue 52

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

Shades of Cardinal #B41934

Tints of Cardinal #B41934

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 20.23%

R = 70.04%
G = 9.73%
B = 20.23%

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

#B41934 (or 0xB41934) is known color: Cardinal. HEX triplet: B4, 19 and 34. RGB value is (180,25,52). Sum of RGB (Red+Green+Blue) = 180+25+52=257 (34% of max value = 765). Red value is 180 (70.70% from 255 or 70.04% from 257); Green value is 25 (10.16% from 255 or 9.73% from 257); Blue value is 52 (20.70% from 255 or 20.23% from 257); Max value from RGB is 180 - color contains mainly: red. Hex color #B41934 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B41934 is #4BE6CB. Grayscale: #4A4A4A. Windows color (decimal): -4974284 or 3414452. OLE color: 3414452.

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

Color convert

RGB 180 25 52 -
CMYK 0 0.86 0.71 0.29
HSL 349.55º 0.76% 0.4% -
HSV(B) 349.55º 0.86% 0.71% -
XYZ 19.79 10.65 4.26 -
YUV 74.42 115.35 203.3 -
System Red Green Blue C M Y K H S L
Decimal 180 25 52 0 0.86 0.71 0.29 349.55 0.76 0.4
Hex B4 19 34 0 56 47 1D 15E 4C 28
Octal 264 31 64 0 126 107 35 536 114 50
Binary 10110100 11001 110100 0 1010110 1000111 11101 101011110 1001100 101000

Color Harmonies of #B41934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41934

Black with #B41934

Text Example


Text Example

White with #B41934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41934; }

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

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

background-color css

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

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

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

border-color css

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

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

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