Html Css Color HEX #B41A26 Cardinal

📋 copy color: '#B41A26'

red 180 ◦ green 26 ◦ blue 38

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

Shades of Cardinal #B41A26

Tints of Cardinal #B41A26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 15.57%

R = 73.77%
G = 10.66%
B = 15.57%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.79

 K value IS 0.29

RGB Variations

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

Color information

#B41A26 (or 0xB41A26) is known color: Cardinal. HEX triplet: B4, 1A and 26. RGB value is (180,26,38). Sum of RGB (Red+Green+Blue) = 180+26+38=244 (32% of max value = 765). Red value is 180 (70.70% from 255 or 73.77% from 244); Green value is 26 (10.55% from 255 or 10.66% from 244); Blue value is 38 (15.23% from 255 or 15.57% from 244); Max value from RGB is 180 - color contains mainly: red. Hex color #B41A26 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B41A26 is #4BE5D9. Grayscale: #494949. Windows color (decimal): -4974042 or 2497204. OLE color: 2497204.

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

Color convert

RGB 180 26 38 -
CMYK 0 0.86 0.79 0.29
HSL 355.32º 0.75% 0.4% -
HSV(B) 355.32º 0.86% 0.71% -
XYZ 19.54 10.58 2.85 -
YUV 73.41 108.02 204.02 -
System Red Green Blue C M Y K H S L
Decimal 180 26 38 0 0.86 0.79 0.29 355.32 0.75 0.4
Hex B4 1A 26 0 56 4F 1D 163 4B 28
Octal 264 32 46 0 126 117 35 543 113 50
Binary 10110100 11010 100110 0 1010110 1001111 11101 101100011 1001011 101000

Color Harmonies of #B41A26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41A26

Black with #B41A26

Text Example


Text Example

White with #B41A26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41A26; }

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

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

background-color css

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

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

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

border-color css

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

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

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