Html Css Color HEX #B41A3B Cardinal

📋 copy color: '#B41A3B'

red 180 ◦ green 26 ◦ blue 59

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

Shades of Cardinal #B41A3B

Tints of Cardinal #B41A3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 22.26%

R = 67.92%
G = 9.81%
B = 22.26%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.67

 K value IS 0.29

RGB Variations

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

Color information

#B41A3B (or 0xB41A3B) is known color: Cardinal. HEX triplet: B4, 1A and 3B. RGB value is (180,26,59). Sum of RGB (Red+Green+Blue) = 180+26+59=265 (35% of max value = 765). Red value is 180 (70.70% from 255 or 67.92% from 265); Green value is 26 (10.55% from 255 or 9.81% from 265); Blue value is 59 (23.44% from 255 or 22.26% from 265); Max value from RGB is 180 - color contains mainly: red. Hex color #B41A3B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B41A3B is #4BE5C4. Grayscale: #4B4B4B. Windows color (decimal): -4974021 or 3873460. OLE color: 3873460.

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

Color convert

RGB 180 26 59 -
CMYK 0 0.86 0.67 0.29
HSL 347.14º 0.75% 0.4% -
HSV(B) 347.14º 0.86% 0.71% -
XYZ 19.98 10.76 5.16 -
YUV 75.81 118.52 202.32 -
System Red Green Blue C M Y K H S L
Decimal 180 26 59 0 0.86 0.67 0.29 347.14 0.75 0.4
Hex B4 1A 3B 0 56 43 1D 15B 4B 28
Octal 264 32 73 0 126 103 35 533 113 50
Binary 10110100 11010 111011 0 1010110 1000011 11101 101011011 1001011 101000

Color Harmonies of #B41A3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41A3B

Black with #B41A3B

Text Example


Text Example

White with #B41A3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41A3B; }

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

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

background-color css

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

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

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

border-color css

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

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

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