Html Css Color HEX #B40140 Cardinal

📋 copy color: '#B40140'

red 180 ◦ green 1 ◦ blue 64

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

Shades of Cardinal #B40140

Tints of Cardinal #B40140

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 26.12%

R = 73.47%
G = 0.41%
B = 26.12%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.64

 K value IS 0.29

RGB Variations

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

Color information

#B40140 (or 0xB40140) is known color: Cardinal. HEX triplet: B4, 01 and 40. RGB value is (180,1,64). Sum of RGB (Red+Green+Blue) = 180+1+64=245 (32% of max value = 765). Red value is 180 (70.70% from 255 or 73.47% from 245); Green value is 1 (0.78% from 255 or 0.41% from 245); Blue value is 64 (25.39% from 255 or 26.12% from 245); Max value from RGB is 180 - color contains mainly: red. Hex color #B40140 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B40140 is #4BFEBF. Grayscale: #3D3D3D. Windows color (decimal): -4980416 or 4194740. OLE color: 4194740.

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

Color convert

RGB 180 1 64 -
CMYK 0 0.99 0.64 0.29
HSL 338.88º 0.99% 0.35% -
HSV(B) 338.88º 0.99% 0.71% -
XYZ 19.76 10.1 5.76 -
YUV 61.7 129.3 212.38 -
System Red Green Blue C M Y K H S L
Decimal 180 1 64 0 0.99 0.64 0.29 338.88 0.99 0.35
Hex B4 1 40 0 63 40 1D 153 63 23
Octal 264 1 100 0 143 100 35 523 143 43
Binary 10110100 1 1000000 0 1100011 1000000 11101 101010011 1100011 100011

Color Harmonies of #B40140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B40140

Black with #B40140

Text Example


Text Example

White with #B40140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B40140; }

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

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

background-color css

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

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

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

border-color css

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

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

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