Html Css Color HEX #B41728 Cardinal

📋 copy color: '#B41728'

red 180 ◦ green 23 ◦ blue 40

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

Shades of Cardinal #B41728

Tints of Cardinal #B41728

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 16.46%

R = 74.07%
G = 9.47%
B = 16.46%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.78

 K value IS 0.29

RGB Variations

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

Color information

#B41728 (or 0xB41728) is known color: Cardinal. HEX triplet: B4, 17 and 28. RGB value is (180,23,40). Sum of RGB (Red+Green+Blue) = 180+23+40=243 (32% of max value = 765). Red value is 180 (70.70% from 255 or 74.07% from 243); Green value is 23 (9.38% from 255 or 9.47% from 243); Blue value is 40 (16.02% from 255 or 16.46% from 243); Max value from RGB is 180 - color contains mainly: red. Hex color #B41728 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B41728 is #4BE8D7. Grayscale: #474747. Windows color (decimal): -4974808 or 2627508. OLE color: 2627508.

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

Color convert

RGB 180 23 40 -
CMYK 0 0.87 0.78 0.29
HSL 353.5º 0.77% 0.4% -
HSV(B) 353.5º 0.87% 0.71% -
XYZ 19.51 10.47 3 -
YUV 71.88 110.01 205.12 -
System Red Green Blue C M Y K H S L
Decimal 180 23 40 0 0.87 0.78 0.29 353.5 0.77 0.4
Hex B4 17 28 0 57 4E 1D 162 4D 28
Octal 264 27 50 0 127 116 35 542 115 50
Binary 10110100 10111 101000 0 1010111 1001110 11101 101100010 1001101 101000

Color Harmonies of #B41728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41728

Black with #B41728

Text Example


Text Example

White with #B41728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41728; }

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

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

background-color css

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

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

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

border-color css

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

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

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