Html Css Color HEX #B41245 Cardinal

📋 copy color: '#B41245'

red 180 ◦ green 18 ◦ blue 69

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

Shades of Cardinal #B41245

Tints of Cardinal #B41245

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.74%

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

R = 67.42%
G = 6.74%
B = 25.84%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.62

 K value IS 0.29

RGB Variations

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

Color information

#B41245 (or 0xB41245) is known color: Cardinal. HEX triplet: B4, 12 and 45. RGB value is (180,18,69). Sum of RGB (Red+Green+Blue) = 180+18+69=267 (35% of max value = 765). Red value is 180 (70.70% from 255 or 67.42% from 267); Green value is 18 (7.42% from 255 or 6.74% from 267); Blue value is 69 (27.34% from 255 or 25.84% from 267); Max value from RGB is 180 - color contains mainly: red. Hex color #B41245 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B41245 is #4BEDBA. Grayscale: #484848. Windows color (decimal): -4976059 or 4526772. OLE color: 4526772.

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

Color convert

RGB 180 18 69 -
CMYK 0 0.9 0.62 0.29
HSL 341.11º 0.82% 0.39% -
HSV(B) 341.11º 0.9% 0.71% -
XYZ 20.11 10.57 6.61 -
YUV 72.25 126.17 204.85 -
System Red Green Blue C M Y K H S L
Decimal 180 18 69 0 0.9 0.62 0.29 341.11 0.82 0.39
Hex B4 12 45 0 5A 3E 1D 155 52 27
Octal 264 22 105 0 132 76 35 525 122 47
Binary 10110100 10010 1000101 0 1011010 111110 11101 101010101 1010010 100111

Color Harmonies of #B41245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41245

Black with #B41245

Text Example


Text Example

White with #B41245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41245; }

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

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

background-color css

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

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

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

border-color css

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

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

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