Html Css Color HEX #B41A3E Cardinal

📋 copy color: '#B41A3E'

red 180 ◦ green 26 ◦ blue 62

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

Shades of Cardinal #B41A3E

Tints of Cardinal #B41A3E

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.7%

 BLUE value IS 62 (24.61% from 255) = 23.13%

R = 67.16%
G = 9.7%
B = 23.13%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.66

 K value IS 0.29

RGB Variations

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

Color information

#B41A3E (or 0xB41A3E) is known color: Cardinal. HEX triplet: B4, 1A and 3E. RGB value is (180,26,62). Sum of RGB (Red+Green+Blue) = 180+26+62=268 (35% of max value = 765). Red value is 180 (70.70% from 255 or 67.16% from 268); Green value is 26 (10.55% from 255 or 9.70% from 268); Blue value is 62 (24.61% from 255 or 23.13% from 268); Max value from RGB is 180 - color contains mainly: red. Hex color #B41A3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B41A3E is #4BE5C1. Grayscale: #4C4C4C. Windows color (decimal): -4974018 or 4070068. OLE color: 4070068.

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

Color convert

RGB 180 26 62 -
CMYK 0 0.86 0.66 0.29
HSL 345.97º 0.75% 0.4% -
HSV(B) 345.97º 0.86% 0.71% -
XYZ 20.06 10.79 5.58 -
YUV 76.15 120.02 202.07 -
System Red Green Blue C M Y K H S L
Decimal 180 26 62 0 0.86 0.66 0.29 345.97 0.75 0.4
Hex B4 1A 3E 0 56 42 1D 15A 4B 28
Octal 264 32 76 0 126 102 35 532 113 50
Binary 10110100 11010 111110 0 1010110 1000010 11101 101011010 1001011 101000

Color Harmonies of #B41A3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41A3E

Black with #B41A3E

Text Example


Text Example

White with #B41A3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41A3E; }

 p { color: rgb(180,26,62); }

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

background-color css

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

 a { background-color: rgb(180,26,62); }

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

border-color css

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

 span { border-color: rgb(180,26,62); }

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