Html Css Color HEX #B40031 Cardinal

📋 copy color: '#B40031'

red 180 ◦ green 0 ◦ blue 49

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

Shades of Cardinal #B40031

Tints of Cardinal #B40031

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 49 (19.53% from 255) = 21.4%

R = 78.6%
G = 0%
B = 21.4%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.73

 K value IS 0.29

RGB Variations

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

Color information

#B40031 (or 0xB40031) is known color: Cardinal. HEX triplet: B4, 00 and 31. RGB value is (180,0,49). Sum of RGB (Red+Green+Blue) = 180+0+49=229 (30% of max value = 765). Red value is 180 (70.70% from 255 or 78.60% from 229); Green value is 0 (0.39% from 255 or 0% from 229); Blue value is 49 (19.53% from 255 or 21.40% from 229); Max value from RGB is 180 - color contains mainly: red. Hex color #B40031 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B40031 is #4BFFCE. Grayscale: #3B3B3B. Windows color (decimal): -4980687 or 3211444. OLE color: 3211444.

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

Color convert

RGB 180 0 49 -
CMYK 0 1 0.73 0.29
HSL 343.67º 1% 0.35% -
HSV(B) 343.67º 1% 0.71% -
XYZ 19.38 9.93 3.8 -
YUV 59.41 122.13 214.02 -
System Red Green Blue C M Y K H S L
Decimal 180 0 49 0 1 0.73 0.29 343.67 1 0.35
Hex B4 0 31 0 64 49 1D 158 64 23
Octal 264 0 61 0 144 111 35 530 144 43
Binary 10110100 0 110001 0 1100100 1001001 11101 101011000 1100100 100011

Color Harmonies of #B40031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40031

Black with #B40031

Text Example


Text Example

White with #B40031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40031; }

 p { color: rgb(180,0,49); }

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

background-color css

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

 a { background-color: rgb(180,0,49); }

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

border-color css

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

 span { border-color: rgb(180,0,49); }

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