Html Css Color HEX #B41730 Cardinal

📋 copy color: '#B41730'

red 180 ◦ green 23 ◦ blue 48

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

Shades of Cardinal #B41730

Tints of Cardinal #B41730

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 19.12%

R = 71.71%
G = 9.16%
B = 19.12%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.73

 K value IS 0.29

RGB Variations

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

Color information

#B41730 (or 0xB41730) is known color: Cardinal. HEX triplet: B4, 17 and 30. RGB value is (180,23,48). Sum of RGB (Red+Green+Blue) = 180+23+48=251 (33% of max value = 765). Red value is 180 (70.70% from 255 or 71.71% from 251); Green value is 23 (9.38% from 255 or 9.16% from 251); Blue value is 48 (19.14% from 255 or 19.12% from 251); Max value from RGB is 180 - color contains mainly: red. Hex color #B41730 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B41730 is #4BE8CF. Grayscale: #484848. Windows color (decimal): -4974800 or 3151796. OLE color: 3151796.

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

Color convert

RGB 180 23 48 -
CMYK 0 0.87 0.73 0.29
HSL 350.45º 0.77% 0.4% -
HSV(B) 350.45º 0.87% 0.71% -
XYZ 19.66 10.53 3.79 -
YUV 72.79 114.01 204.47 -
System Red Green Blue C M Y K H S L
Decimal 180 23 48 0 0.87 0.73 0.29 350.45 0.77 0.4
Hex B4 17 30 0 57 49 1D 15E 4D 28
Octal 264 27 60 0 127 111 35 536 115 50
Binary 10110100 10111 110000 0 1010111 1001001 11101 101011110 1001101 101000

Color Harmonies of #B41730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41730

Black with #B41730

Text Example


Text Example

White with #B41730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41730; }

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

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

background-color css

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

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

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

border-color css

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

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

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