Html Css Color HEX #B41444 Cardinal

📋 copy color: '#B41444'

red 180 ◦ green 20 ◦ blue 68

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

Shades of Cardinal #B41444

Tints of Cardinal #B41444

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.46%

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

R = 67.16%
G = 7.46%
B = 25.37%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.62

 K value IS 0.29

RGB Variations

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

Color information

#B41444 (or 0xB41444) is known color: Cardinal. HEX triplet: B4, 14 and 44. RGB value is (180,20,68). Sum of RGB (Red+Green+Blue) = 180+20+68=268 (35% of max value = 765). Red value is 180 (70.70% from 255 or 67.16% from 268); Green value is 20 (8.20% from 255 or 7.46% from 268); Blue value is 68 (26.95% from 255 or 25.37% from 268); Max value from RGB is 180 - color contains mainly: red. Hex color #B41444 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B41444 is #4BEBBB. Grayscale: #494949. Windows color (decimal): -4975548 or 4461748. OLE color: 4461748.

HSL color Cylindrical-coordinate representation of color #B41444: hue angle of 342º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B41444 is Cyan = 0, Magento = 0.89, Yellow = 0.62 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 20 68 -
CMYK 0 0.89 0.62 0.29
HSL 342º 0.8% 0.39% -
HSV(B) 342º 0.89% 0.71% -
XYZ 20.12 10.62 6.46 -
YUV 73.31 125.01 204.1 -
System Red Green Blue C M Y K H S L
Decimal 180 20 68 0 0.89 0.62 0.29 342 0.8 0.39
Hex B4 14 44 0 59 3E 1D 156 50 27
Octal 264 24 104 0 131 76 35 526 120 47
Binary 10110100 10100 1000100 0 1011001 111110 11101 101010110 1010000 100111

Color Harmonies of #B41444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41444

Black with #B41444

Text Example


Text Example

White with #B41444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41444; }

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

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

background-color css

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

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

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

border-color css

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

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

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