Html Css Color HEX #B41345 Cardinal

📋 copy color: '#B41345'

red 180 ◦ green 19 ◦ blue 69

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

Shades of Cardinal #B41345

Tints of Cardinal #B41345

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 25.75%

R = 67.16%
G = 7.09%
B = 25.75%

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

#B41345 (or 0xB41345) is known color: Cardinal. HEX triplet: B4, 13 and 45. RGB value is (180,19,69). Sum of RGB (Red+Green+Blue) = 180+19+69=268 (35% of max value = 765). Red value is 180 (70.70% from 255 or 67.16% from 268); Green value is 19 (7.81% from 255 or 7.09% from 268); Blue value is 69 (27.34% from 255 or 25.75% from 268); Max value from RGB is 180 - color contains mainly: red. Hex color #B41345 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B41345 is #4BECBA. Grayscale: #484848. Windows color (decimal): -4975803 or 4527028. OLE color: 4527028.

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

Color convert

RGB 180 19 69 -
CMYK 0 0.89 0.62 0.29
HSL 341.37º 0.81% 0.39% -
HSV(B) 341.37º 0.89% 0.71% -
XYZ 20.13 10.6 6.62 -
YUV 72.84 125.84 204.43 -
System Red Green Blue C M Y K H S L
Decimal 180 19 69 0 0.89 0.62 0.29 341.37 0.81 0.39
Hex B4 13 45 0 59 3E 1D 155 51 27
Octal 264 23 105 0 131 76 35 525 121 47
Binary 10110100 10011 1000101 0 1011001 111110 11101 101010101 1010001 100111

Color Harmonies of #B41345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41345

Black with #B41345

Text Example


Text Example

White with #B41345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41345; }

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

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

background-color css

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

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

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

border-color css

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

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

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