Html Css Color HEX #B41430 Cardinal

📋 copy color: '#B41430'

red 180 ◦ green 20 ◦ blue 48

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

Shades of Cardinal #B41430

Tints of Cardinal #B41430

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.06%

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

R = 72.58%
G = 8.06%
B = 19.35%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.73

 K value IS 0.29

RGB Variations

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

Color information

#B41430 (or 0xB41430) is known color: Cardinal. HEX triplet: B4, 14 and 30. RGB value is (180,20,48). Sum of RGB (Red+Green+Blue) = 180+20+48=248 (32% of max value = 765). Red value is 180 (70.70% from 255 or 72.58% from 248); Green value is 20 (8.20% from 255 or 8.06% from 248); Blue value is 48 (19.14% from 255 or 19.35% from 248); Max value from RGB is 180 - color contains mainly: red. Hex color #B41430 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B41430 is #4BEBCF. Grayscale: #474747. Windows color (decimal): -4975568 or 3151028. OLE color: 3151028.

HSL color Cylindrical-coordinate representation of color #B41430: hue angle of 349.5º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B41430 is Cyan = 0, Magento = 0.89, Yellow = 0.73 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 20 48 -
CMYK 0 0.89 0.73 0.29
HSL 349.5º 0.8% 0.39% -
HSV(B) 349.5º 0.89% 0.71% -
XYZ 19.61 10.42 3.77 -
YUV 71.03 115.01 205.72 -
System Red Green Blue C M Y K H S L
Decimal 180 20 48 0 0.89 0.73 0.29 349.5 0.8 0.39
Hex B4 14 30 0 59 49 1D 15E 50 27
Octal 264 24 60 0 131 111 35 536 120 47
Binary 10110100 10100 110000 0 1011001 1001001 11101 101011110 1010000 100111

Color Harmonies of #B41430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41430

Black with #B41430

Text Example


Text Example

White with #B41430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41430; }

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

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

background-color css

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

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

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

border-color css

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

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

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