Html Css Color HEX #B41744 Cardinal

📋 copy color: '#B41744'

red 180 ◦ green 23 ◦ blue 68

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

Shades of Cardinal #B41744

Tints of Cardinal #B41744

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.49%

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

R = 66.42%
G = 8.49%
B = 25.09%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.62

 K value IS 0.29

RGB Variations

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

Color information

#B41744 (or 0xB41744) is known color: Cardinal. HEX triplet: B4, 17 and 44. RGB value is (180,23,68). Sum of RGB (Red+Green+Blue) = 180+23+68=271 (35% of max value = 765). Red value is 180 (70.70% from 255 or 66.42% from 271); Green value is 23 (9.38% from 255 or 8.49% from 271); Blue value is 68 (26.95% from 255 or 25.09% from 271); Max value from RGB is 180 - color contains mainly: red. Hex color #B41744 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B41744 is #4BE8BB. Grayscale: #4B4B4B. Windows color (decimal): -4974780 or 4462516. OLE color: 4462516.

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

Color convert

RGB 180 23 68 -
CMYK 0 0.87 0.62 0.29
HSL 342.8º 0.77% 0.4% -
HSV(B) 342.8º 0.87% 0.71% -
XYZ 20.17 10.73 6.48 -
YUV 75.07 124.01 202.84 -
System Red Green Blue C M Y K H S L
Decimal 180 23 68 0 0.87 0.62 0.29 342.8 0.77 0.4
Hex B4 17 44 0 57 3E 1D 157 4D 28
Octal 264 27 104 0 127 76 35 527 115 50
Binary 10110100 10111 1000100 0 1010111 111110 11101 101010111 1001101 101000

Color Harmonies of #B41744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41744

Black with #B41744

Text Example


Text Example

White with #B41744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41744; }

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

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

background-color css

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

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

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

border-color css

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

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

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