Html Css Color HEX #B41230 Cardinal

📋 copy color: '#B41230'

red 180 ◦ green 18 ◦ blue 48

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

Shades of Cardinal #B41230

Tints of Cardinal #B41230

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.32%

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

R = 73.17%
G = 7.32%
B = 19.51%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.73

 K value IS 0.29

RGB Variations

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

Color information

#B41230 (or 0xB41230) is known color: Cardinal. HEX triplet: B4, 12 and 30. RGB value is (180,18,48). Sum of RGB (Red+Green+Blue) = 180+18+48=246 (32% of max value = 765). Red value is 180 (70.70% from 255 or 73.17% from 246); Green value is 18 (7.42% from 255 or 7.32% from 246); Blue value is 48 (19.14% from 255 or 19.51% from 246); Max value from RGB is 180 - color contains mainly: red. Hex color #B41230 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B41230 is #4BEDCF. Grayscale: #454545. Windows color (decimal): -4976080 or 3150516. OLE color: 3150516.

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

Color convert

RGB 180 18 48 -
CMYK 0 0.9 0.73 0.29
HSL 348.89º 0.82% 0.39% -
HSV(B) 348.89º 0.9% 0.71% -
XYZ 19.57 10.35 3.76 -
YUV 69.86 115.67 206.56 -
System Red Green Blue C M Y K H S L
Decimal 180 18 48 0 0.9 0.73 0.29 348.89 0.82 0.39
Hex B4 12 30 0 5A 49 1D 15D 52 27
Octal 264 22 60 0 132 111 35 535 122 47
Binary 10110100 10010 110000 0 1011010 1001001 11101 101011101 1010010 100111

Color Harmonies of #B41230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41230

Black with #B41230

Text Example


Text Example

White with #B41230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41230; }

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

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

background-color css

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

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

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

border-color css

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

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

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