Html Css Color HEX #B41729 Cardinal

📋 copy color: '#B41729'

red 180 ◦ green 23 ◦ blue 41

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

Shades of Cardinal #B41729

Tints of Cardinal #B41729

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.43%

 BLUE value IS 41 (16.41% from 255) = 16.8%

R = 73.77%
G = 9.43%
B = 16.8%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.77

 K value IS 0.29

RGB Variations

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

Color information

#B41729 (or 0xB41729) is known color: Cardinal. HEX triplet: B4, 17 and 29. RGB value is (180,23,41). Sum of RGB (Red+Green+Blue) = 180+23+41=244 (32% of max value = 765). Red value is 180 (70.70% from 255 or 73.77% from 244); Green value is 23 (9.38% from 255 or 9.43% from 244); Blue value is 41 (16.41% from 255 or 16.80% from 244); Max value from RGB is 180 - color contains mainly: red. Hex color #B41729 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B41729 is #4BE8D6. Grayscale: #484848. Windows color (decimal): -4974807 or 2693044. OLE color: 2693044.

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

Color convert

RGB 180 23 41 -
CMYK 0 0.87 0.77 0.29
HSL 353.12º 0.77% 0.4% -
HSV(B) 353.12º 0.87% 0.71% -
XYZ 19.53 10.48 3.09 -
YUV 72 110.51 205.04 -
System Red Green Blue C M Y K H S L
Decimal 180 23 41 0 0.87 0.77 0.29 353.12 0.77 0.4
Hex B4 17 29 0 57 4D 1D 161 4D 28
Octal 264 27 51 0 127 115 35 541 115 50
Binary 10110100 10111 101001 0 1010111 1001101 11101 101100001 1001101 101000

Color Harmonies of #B41729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41729

Black with #B41729

Text Example


Text Example

White with #B41729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41729; }

 p { color: rgb(180,23,41); }

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

background-color css

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

 a { background-color: rgb(180,23,41); }

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

border-color css

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

 span { border-color: rgb(180,23,41); }

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