Html Css Color HEX #B41643 Cardinal

📋 copy color: '#B41643'

red 180 ◦ green 22 ◦ blue 67

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

Shades of Cardinal #B41643

Tints of Cardinal #B41643

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 24.91%

R = 66.91%
G = 8.18%
B = 24.91%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.63

 K value IS 0.29

RGB Variations

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

Color information

#B41643 (or 0xB41643) is known color: Cardinal. HEX triplet: B4, 16 and 43. RGB value is (180,22,67). Sum of RGB (Red+Green+Blue) = 180+22+67=269 (35% of max value = 765). Red value is 180 (70.70% from 255 or 66.91% from 269); Green value is 22 (8.98% from 255 or 8.18% from 269); Blue value is 67 (26.56% from 255 or 24.91% from 269); Max value from RGB is 180 - color contains mainly: red. Hex color #B41643 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B41643 is #4BE9BC. Grayscale: #4A4A4A. Windows color (decimal): -4975037 or 4396724. OLE color: 4396724.

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

Color convert

RGB 180 22 67 -
CMYK 0 0.88 0.63 0.29
HSL 342.91º 0.78% 0.4% -
HSV(B) 342.91º 0.88% 0.71% -
XYZ 20.12 10.68 6.31 -
YUV 74.37 123.85 203.34 -
System Red Green Blue C M Y K H S L
Decimal 180 22 67 0 0.88 0.63 0.29 342.91 0.78 0.4
Hex B4 16 43 0 58 3F 1D 157 4E 28
Octal 264 26 103 0 130 77 35 527 116 50
Binary 10110100 10110 1000011 0 1011000 111111 11101 101010111 1001110 101000

Color Harmonies of #B41643

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41643

Black with #B41643

Text Example


Text Example

White with #B41643

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41643; }

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

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

background-color css

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

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

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

border-color css

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

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

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