Html Css Color HEX #B40A30 Cardinal

📋 copy color: '#B40A30'

red 180 ◦ green 10 ◦ blue 48

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

Shades of Cardinal #B40A30

Tints of Cardinal #B40A30

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.2%

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

R = 75.63%
G = 4.2%
B = 20.17%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.73

 K value IS 0.29

RGB Variations

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

Color information

#B40A30 (or 0xB40A30) is known color: Cardinal. HEX triplet: B4, 0A and 30. RGB value is (180,10,48). Sum of RGB (Red+Green+Blue) = 180+10+48=238 (31% of max value = 765). Red value is 180 (70.70% from 255 or 75.63% from 238); Green value is 10 (4.30% from 255 or 4.20% from 238); Blue value is 48 (19.14% from 255 or 20.17% from 238); Max value from RGB is 180 - color contains mainly: red. Hex color #B40A30 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B40A30 is #4BF5CF. Grayscale: #414141. Windows color (decimal): -4978128 or 3148468. OLE color: 3148468.

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

Color convert

RGB 180 10 48 -
CMYK 0 0.94 0.73 0.29
HSL 346.59º 0.89% 0.37% -
HSV(B) 346.59º 0.94% 0.71% -
XYZ 19.46 10.13 3.73 -
YUV 65.16 118.32 209.91 -
System Red Green Blue C M Y K H S L
Decimal 180 10 48 0 0.94 0.73 0.29 346.59 0.89 0.37
Hex B4 A 30 0 5E 49 1D 15B 59 25
Octal 264 12 60 0 136 111 35 533 131 45
Binary 10110100 1010 110000 0 1011110 1001001 11101 101011011 1011001 100101

Color Harmonies of #B40A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40A30

Black with #B40A30

Text Example


Text Example

White with #B40A30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40A30; }

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

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

background-color css

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

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

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

border-color css

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

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

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