Html Css Color HEX #B40130 Cardinal

📋 copy color: '#B40130'

red 180 ◦ green 1 ◦ blue 48

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

Shades of Cardinal #B40130

Tints of Cardinal #B40130

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.44%

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

R = 78.6%
G = 0.44%
B = 20.96%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.73

 K value IS 0.29

RGB Variations

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

Color information

#B40130 (or 0xB40130) is known color: Cardinal. HEX triplet: B4, 01 and 30. RGB value is (180,1,48). Sum of RGB (Red+Green+Blue) = 180+1+48=229 (30% of max value = 765). Red value is 180 (70.70% from 255 or 78.60% from 229); Green value is 1 (0.78% from 255 or 0.44% from 229); Blue value is 48 (19.14% from 255 or 20.96% from 229); Max value from RGB is 180 - color contains mainly: red. Hex color #B40130 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B40130 is #4BFECF. Grayscale: #3B3B3B. Windows color (decimal): -4980432 or 3146164. OLE color: 3146164.

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

Color convert

RGB 180 1 48 -
CMYK 0 0.99 0.73 0.29
HSL 344.25º 0.99% 0.35% -
HSV(B) 344.25º 0.99% 0.71% -
XYZ 19.37 9.94 3.69 -
YUV 59.88 121.3 213.68 -
System Red Green Blue C M Y K H S L
Decimal 180 1 48 0 0.99 0.73 0.29 344.25 0.99 0.35
Hex B4 1 30 0 63 49 1D 158 63 23
Octal 264 1 60 0 143 111 35 530 143 43
Binary 10110100 1 110000 0 1100011 1001001 11101 101011000 1100011 100011

Color Harmonies of #B40130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40130

Black with #B40130

Text Example


Text Example

White with #B40130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40130; }

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

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

background-color css

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

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

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

border-color css

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

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

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