Html Css Color HEX #B41A3C Cardinal

📋 copy color: '#B41A3C'

red 180 ◦ green 26 ◦ blue 60

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

Shades of Cardinal #B41A3C

Tints of Cardinal #B41A3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 22.56%

R = 67.67%
G = 9.77%
B = 22.56%

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

#B41A3C (or 0xB41A3C) is known color: Cardinal. HEX triplet: B4, 1A and 3C. RGB value is (180,26,60). Sum of RGB (Red+Green+Blue) = 180+26+60=266 (35% of max value = 765). Red value is 180 (70.70% from 255 or 67.67% from 266); Green value is 26 (10.55% from 255 or 9.77% from 266); Blue value is 60 (23.83% from 255 or 22.56% from 266); Max value from RGB is 180 - color contains mainly: red. Hex color #B41A3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B41A3C is #4BE5C3. Grayscale: #4B4B4B. Windows color (decimal): -4974020 or 3938996. OLE color: 3938996.

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

Color convert

RGB 180 26 60 -
CMYK 0 0.86 0.67 0.29
HSL 346.75º 0.75% 0.4% -
HSV(B) 346.75º 0.86% 0.71% -
XYZ 20.01 10.77 5.3 -
YUV 75.92 119.02 202.24 -
System Red Green Blue C M Y K H S L
Decimal 180 26 60 0 0.86 0.67 0.29 346.75 0.75 0.4
Hex B4 1A 3C 0 56 43 1D 15B 4B 28
Octal 264 32 74 0 126 103 35 533 113 50
Binary 10110100 11010 111100 0 1010110 1000011 11101 101011011 1001011 101000

Color Harmonies of #B41A3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41A3C

Black with #B41A3C

Text Example


Text Example

White with #B41A3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41A3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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