Html Css Color HEX #B40137 Cardinal

📋 copy color: '#B40137'

red 180 ◦ green 1 ◦ blue 55

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

Shades of Cardinal #B40137

Tints of Cardinal #B40137

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 23.31%

R = 76.27%
G = 0.42%
B = 23.31%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.69

 K value IS 0.29

RGB Variations

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

Color information

#B40137 (or 0xB40137) is known color: Cardinal. HEX triplet: B4, 01 and 37. RGB value is (180,1,55). Sum of RGB (Red+Green+Blue) = 180+1+55=236 (31% of max value = 765). Red value is 180 (70.70% from 255 or 76.27% from 236); Green value is 1 (0.78% from 255 or 0.42% from 236); Blue value is 55 (21.88% from 255 or 23.31% from 236); Max value from RGB is 180 - color contains mainly: red. Hex color #B40137 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B40137 is #4BFEC8. Grayscale: #3C3C3C. Windows color (decimal): -4980425 or 3604916. OLE color: 3604916.

HSL color Cylindrical-coordinate representation of color #B40137: hue angle of 341.9º 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 #B40137 is Cyan = 0, Magento = 0.99, Yellow = 0.69 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 1 55 -
CMYK 0 0.99 0.69 0.29
HSL 341.9º 0.99% 0.35% -
HSV(B) 341.9º 0.99% 0.71% -
XYZ 19.52 10 4.52 -
YUV 60.68 124.8 213.11 -
System Red Green Blue C M Y K H S L
Decimal 180 1 55 0 0.99 0.69 0.29 341.9 0.99 0.35
Hex B4 1 37 0 63 45 1D 156 63 23
Octal 264 1 67 0 143 105 35 526 143 43
Binary 10110100 1 110111 0 1100011 1000101 11101 101010110 1100011 100011

Color Harmonies of #B40137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40137

Black with #B40137

Text Example


Text Example

White with #B40137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40137; }

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

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

background-color css

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

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

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

border-color css

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

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

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