Html Css Color HEX #B41A30 Cardinal

📋 copy color: '#B41A30'

red 180 ◦ green 26 ◦ blue 48

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

Shades of Cardinal #B41A30

Tints of Cardinal #B41A30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 18.9%

R = 70.87%
G = 10.24%
B = 18.9%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.73

 K value IS 0.29

RGB Variations

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

Color information

#B41A30 (or 0xB41A30) is known color: Cardinal. HEX triplet: B4, 1A and 30. RGB value is (180,26,48). Sum of RGB (Red+Green+Blue) = 180+26+48=254 (33% of max value = 765). Red value is 180 (70.70% from 255 or 70.87% from 254); Green value is 26 (10.55% from 255 or 10.24% from 254); Blue value is 48 (19.14% from 255 or 18.90% from 254); Max value from RGB is 180 - color contains mainly: red. Hex color #B41A30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B41A30 is #4BE5CF. Grayscale: #4A4A4A. Windows color (decimal): -4974032 or 3152564. OLE color: 3152564.

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

Color convert

RGB 180 26 48 -
CMYK 0 0.86 0.73 0.29
HSL 351.43º 0.75% 0.4% -
HSV(B) 351.43º 0.86% 0.71% -
XYZ 19.73 10.66 3.81 -
YUV 74.55 113.02 203.21 -
System Red Green Blue C M Y K H S L
Decimal 180 26 48 0 0.86 0.73 0.29 351.43 0.75 0.4
Hex B4 1A 30 0 56 49 1D 15F 4B 28
Octal 264 32 60 0 126 111 35 537 113 50
Binary 10110100 11010 110000 0 1010110 1001001 11101 101011111 1001011 101000

Color Harmonies of #B41A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41A30

Black with #B41A30

Text Example


Text Example

White with #B41A30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41A30; }

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

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

background-color css

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

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

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

border-color css

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

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

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