Html Css Color HEX #B41044 Cardinal

📋 copy color: '#B41044'

red 180 ◦ green 16 ◦ blue 68

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

Shades of Cardinal #B41044

Tints of Cardinal #B41044

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.06%

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

R = 68.18%
G = 6.06%
B = 25.76%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.62

 K value IS 0.29

RGB Variations

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

Color information

#B41044 (or 0xB41044) is known color: Cardinal. HEX triplet: B4, 10 and 44. RGB value is (180,16,68). Sum of RGB (Red+Green+Blue) = 180+16+68=264 (34% of max value = 765). Red value is 180 (70.70% from 255 or 68.18% from 264); Green value is 16 (6.64% from 255 or 6.06% from 264); Blue value is 68 (26.95% from 255 or 25.76% from 264); Max value from RGB is 180 - color contains mainly: red. Hex color #B41044 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B41044 is #4BEFBB. Grayscale: #464646. Windows color (decimal): -4976572 or 4460724. OLE color: 4460724.

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

Color convert

RGB 180 16 68 -
CMYK 0 0.91 0.62 0.29
HSL 340.98º 0.84% 0.38% -
HSV(B) 340.98º 0.91% 0.71% -
XYZ 20.05 10.49 6.44 -
YUV 70.96 126.33 205.77 -
System Red Green Blue C M Y K H S L
Decimal 180 16 68 0 0.91 0.62 0.29 340.98 0.84 0.38
Hex B4 10 44 0 5B 3E 1D 155 54 26
Octal 264 20 104 0 133 76 35 525 124 46
Binary 10110100 10000 1000100 0 1011011 111110 11101 101010101 1010100 100110

Color Harmonies of #B41044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41044

Black with #B41044

Text Example


Text Example

White with #B41044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41044; }

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

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

background-color css

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

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

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

border-color css

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

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

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