Html Css Color HEX #B41647 Cardinal

📋 copy color: '#B41647'

red 180 ◦ green 22 ◦ blue 71

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

Shades of Cardinal #B41647

Tints of Cardinal #B41647

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.06%

 BLUE value IS 71 (28.13% from 255) = 26.01%

R = 65.93%
G = 8.06%
B = 26.01%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.61

 K value IS 0.29

RGB Variations

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

Color information

#B41647 (or 0xB41647) is known color: Cardinal. HEX triplet: B4, 16 and 47. RGB value is (180,22,71). Sum of RGB (Red+Green+Blue) = 180+22+71=273 (36% of max value = 765). Red value is 180 (70.70% from 255 or 65.93% from 273); Green value is 22 (8.98% from 255 or 8.06% from 273); Blue value is 71 (28.12% from 255 or 26.01% from 273); Max value from RGB is 180 - color contains mainly: red. Hex color #B41647 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B41647 is #4BE9B8. Grayscale: #4A4A4A. Windows color (decimal): -4975033 or 4658868. OLE color: 4658868.

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

Color convert

RGB 180 22 71 -
CMYK 0 0.88 0.61 0.29
HSL 341.39º 0.78% 0.4% -
HSV(B) 341.39º 0.88% 0.71% -
XYZ 20.25 10.73 6.97 -
YUV 74.83 125.85 203.02 -
System Red Green Blue C M Y K H S L
Decimal 180 22 71 0 0.88 0.61 0.29 341.39 0.78 0.4
Hex B4 16 47 0 58 3D 1D 155 4E 28
Octal 264 26 107 0 130 75 35 525 116 50
Binary 10110100 10110 1000111 0 1011000 111101 11101 101010101 1001110 101000

Color Harmonies of #B41647

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41647

Black with #B41647

Text Example


Text Example

White with #B41647

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41647; }

 p { color: rgb(180,22,71); }

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

background-color css

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

 a { background-color: rgb(180,22,71); }

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

border-color css

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

 span { border-color: rgb(180,22,71); }

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