Html Css Color HEX #B70040 Cardinal

📋 copy color: '#B70040'

red 183 ◦ green 0 ◦ blue 64

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

Shades of Cardinal #B70040

Tints of Cardinal #B70040

RGB

 RED value IS 183 (71.88% from 255) = 74.09%

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

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

R = 74.09%
G = 0%
B = 25.91%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.65

 K value IS 0.28

RGB Variations

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

Color information

#B70040 (or 0xB70040) is known color: Cardinal. HEX triplet: B7, 00 and 40. RGB value is (183,0,64). Sum of RGB (Red+Green+Blue) = 183+0+64=247 (32% of max value = 765). Red value is 183 (71.88% from 255 or 74.09% from 247); Green value is 0 (0.39% from 255 or 0% from 247); Blue value is 64 (25.39% from 255 or 25.91% from 247); Max value from RGB is 183 - color contains mainly: red. Hex color #B70040 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B70040 is #48FFBF. Grayscale: #3D3D3D. Windows color (decimal): -4784064 or 4194487. OLE color: 4194487.

HSL color Cylindrical-coordinate representation of color #B70040: hue angle of 339.02º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B70040 is Cyan = 0, Magento = 1, Yellow = 0.65 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 0 64 -
CMYK 0 1 0.65 0.28
HSL 339.02º 1% 0.36% -
HSV(B) 339.02º 1% 0.72% -
XYZ 20.45 10.44 5.79 -
YUV 62.01 129.13 214.3 -
System Red Green Blue C M Y K H S L
Decimal 183 0 64 0 1 0.65 0.28 339.02 1 0.36
Hex B7 0 40 0 64 41 1C 153 64 24
Octal 267 0 100 0 144 101 34 523 144 44
Binary 10110111 0 1000000 0 1100100 1000001 11100 101010011 1100100 100100

Color Harmonies of #B70040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70040

Black with #B70040

Text Example


Text Example

White with #B70040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70040; }

 p { color: rgb(183,0,64); }

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

background-color css

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

 a { background-color: rgb(183,0,64); }

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

border-color css

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

 span { border-color: rgb(183,0,64); }

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