Html Css Color HEX #B41A44 Cardinal

📋 copy color: '#B41A44'

red 180 ◦ green 26 ◦ blue 68

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

Shades of Cardinal #B41A44

Tints of Cardinal #B41A44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 24.82%

R = 65.69%
G = 9.49%
B = 24.82%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.62

 K value IS 0.29

RGB Variations

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

Color information

#B41A44 (or 0xB41A44) is known color: Cardinal. HEX triplet: B4, 1A and 44. RGB value is (180,26,68). Sum of RGB (Red+Green+Blue) = 180+26+68=274 (36% of max value = 765). Red value is 180 (70.70% from 255 or 65.69% from 274); Green value is 26 (10.55% from 255 or 9.49% from 274); Blue value is 68 (26.95% from 255 or 24.82% from 274); Max value from RGB is 180 - color contains mainly: red. Hex color #B41A44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B41A44 is #4BE5BB. Grayscale: #4C4C4C. Windows color (decimal): -4974012 or 4463284. OLE color: 4463284.

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

Color convert

RGB 180 26 68 -
CMYK 0 0.86 0.62 0.29
HSL 343.64º 0.75% 0.4% -
HSV(B) 343.64º 0.86% 0.71% -
XYZ 20.24 10.86 6.5 -
YUV 76.83 123.02 201.58 -
System Red Green Blue C M Y K H S L
Decimal 180 26 68 0 0.86 0.62 0.29 343.64 0.75 0.4
Hex B4 1A 44 0 56 3E 1D 158 4B 28
Octal 264 32 104 0 126 76 35 530 113 50
Binary 10110100 11010 1000100 0 1010110 111110 11101 101011000 1001011 101000

Color Harmonies of #B41A44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41A44

Black with #B41A44

Text Example


Text Example

White with #B41A44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41A44; }

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

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

background-color css

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

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

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

border-color css

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

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

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