Html Css Color HEX #B41348 Cardinal

📋 copy color: '#B41348'

red 180 ◦ green 19 ◦ blue 72

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

Shades of Cardinal #B41348

Tints of Cardinal #B41348

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.01%

 BLUE value IS 72 (28.52% from 255) = 26.57%

R = 66.42%
G = 7.01%
B = 26.57%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.60

 K value IS 0.29

RGB Variations

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

Color information

#B41348 (or 0xB41348) is known color: Cardinal. HEX triplet: B4, 13 and 48. RGB value is (180,19,72). Sum of RGB (Red+Green+Blue) = 180+19+72=271 (35% of max value = 765). Red value is 180 (70.70% from 255 or 66.42% from 271); Green value is 19 (7.81% from 255 or 7.01% from 271); Blue value is 72 (28.52% from 255 or 26.57% from 271); Max value from RGB is 180 - color contains mainly: red. Hex color #B41348 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B41348 is #4BECB7. Grayscale: #494949. Windows color (decimal): -4975800 or 4723636. OLE color: 4723636.

HSL color Cylindrical-coordinate representation of color #B41348: hue angle of 340.25º degrees, saturation: 0.81, 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 #B41348 is Cyan = 0, Magento = 0.89, Yellow = 0.60 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 19 72 -
CMYK 0 0.89 0.60 0.29
HSL 340.25º 0.81% 0.39% -
HSV(B) 340.25º 0.89% 0.71% -
XYZ 20.22 10.64 7.12 -
YUV 73.18 127.34 204.19 -
System Red Green Blue C M Y K H S L
Decimal 180 19 72 0 0.89 0.60 0.29 340.25 0.81 0.39
Hex B4 13 48 0 59 3C 1D 154 51 27
Octal 264 23 110 0 131 74 35 524 121 47
Binary 10110100 10011 1001000 0 1011001 111100 11101 101010100 1010001 100111

Color Harmonies of #B41348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41348

Black with #B41348

Text Example


Text Example

White with #B41348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41348; }

 p { color: rgb(180,19,72); }

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

background-color css

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

 a { background-color: rgb(180,19,72); }

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

border-color css

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

 span { border-color: rgb(180,19,72); }

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