Html Css Color HEX #B41830 Cardinal

📋 copy color: '#B41830'

red 180 ◦ green 24 ◦ blue 48

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

Shades of Cardinal #B41830

Tints of Cardinal #B41830

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.52%

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

R = 71.43%
G = 9.52%
B = 19.05%

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

#B41830 (or 0xB41830) is known color: Cardinal. HEX triplet: B4, 18 and 30. RGB value is (180,24,48). Sum of RGB (Red+Green+Blue) = 180+24+48=252 (33% of max value = 765). Red value is 180 (70.70% from 255 or 71.43% from 252); Green value is 24 (9.77% from 255 or 9.52% from 252); Blue value is 48 (19.14% from 255 or 19.05% from 252); Max value from RGB is 180 - color contains mainly: red. Hex color #B41830 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B41830 is #4BE7CF. Grayscale: #494949. Windows color (decimal): -4974544 or 3152052. OLE color: 3152052.

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

Color convert

RGB 180 24 48 -
CMYK 0 0.87 0.73 0.29
HSL 350.77º 0.76% 0.4% -
HSV(B) 350.77º 0.87% 0.71% -
XYZ 19.68 10.57 3.8 -
YUV 73.38 113.68 204.05 -
System Red Green Blue C M Y K H S L
Decimal 180 24 48 0 0.87 0.73 0.29 350.77 0.76 0.4
Hex B4 18 30 0 57 49 1D 15F 4C 28
Octal 264 30 60 0 127 111 35 537 114 50
Binary 10110100 11000 110000 0 1010111 1001001 11101 101011111 1001100 101000

Color Harmonies of #B41830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41830

Black with #B41830

Text Example


Text Example

White with #B41830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41830; }

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

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

background-color css

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

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

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

border-color css

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

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

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