Html Css Color HEX #B40138 Cardinal

📋 copy color: '#B40138'

red 180 ◦ green 1 ◦ blue 56

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

Shades of Cardinal #B40138

Tints of Cardinal #B40138

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 23.63%

R = 75.95%
G = 0.42%
B = 23.63%

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

#B40138 (or 0xB40138) is known color: Cardinal. HEX triplet: B4, 01 and 38. RGB value is (180,1,56). Sum of RGB (Red+Green+Blue) = 180+1+56=237 (31% of max value = 765). Red value is 180 (70.70% from 255 or 75.95% from 237); Green value is 1 (0.78% from 255 or 0.42% from 237); Blue value is 56 (22.27% from 255 or 23.63% from 237); Max value from RGB is 180 - color contains mainly: red. Hex color #B40138 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B40138 is #4BFEC7. Grayscale: #3C3C3C. Windows color (decimal): -4980424 or 3670452. OLE color: 3670452.

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

Color convert

RGB 180 1 56 -
CMYK 0 0.99 0.69 0.29
HSL 341.56º 0.99% 0.35% -
HSV(B) 341.56º 0.99% 0.71% -
XYZ 19.55 10.01 4.64 -
YUV 60.79 125.3 213.03 -
System Red Green Blue C M Y K H S L
Decimal 180 1 56 0 0.99 0.69 0.29 341.56 0.99 0.35
Hex B4 1 38 0 63 45 1D 156 63 23
Octal 264 1 70 0 143 105 35 526 143 43
Binary 10110100 1 111000 0 1100011 1000101 11101 101010110 1100011 100011

Color Harmonies of #B40138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40138

Black with #B40138

Text Example


Text Example

White with #B40138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40138; }

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

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

background-color css

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

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

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

border-color css

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

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

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