Html Css Color HEX #B70139 Cardinal

📋 copy color: '#B70139'

red 183 ◦ green 1 ◦ blue 57

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

Shades of Cardinal #B70139

Tints of Cardinal #B70139

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 23.65%

R = 75.93%
G = 0.41%
B = 23.65%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.69

 K value IS 0.28

RGB Variations

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

Color information

#B70139 (or 0xB70139) is known color: Cardinal. HEX triplet: B7, 01 and 39. RGB value is (183,1,57). Sum of RGB (Red+Green+Blue) = 183+1+57=241 (31% of max value = 765). Red value is 183 (71.88% from 255 or 75.93% from 241); Green value is 1 (0.78% from 255 or 0.41% from 241); Blue value is 57 (22.66% from 255 or 23.65% from 241); Max value from RGB is 183 - color contains mainly: red. Hex color #B70139 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B70139 is #48FEC6. Grayscale: #3D3D3D. Windows color (decimal): -4783815 or 3735991. OLE color: 3735991.

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

Color convert

RGB 183 1 57 -
CMYK 0 0.99 0.69 0.28
HSL 341.54º 0.99% 0.36% -
HSV(B) 341.54º 0.99% 0.72% -
XYZ 20.28 10.38 4.81 -
YUV 61.8 125.3 214.45 -
System Red Green Blue C M Y K H S L
Decimal 183 1 57 0 0.99 0.69 0.28 341.54 0.99 0.36
Hex B7 1 39 0 63 45 1C 156 63 24
Octal 267 1 71 0 143 105 34 526 143 44
Binary 10110111 1 111001 0 1100011 1000101 11100 101010110 1100011 100100

Color Harmonies of #B70139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70139

Black with #B70139

Text Example


Text Example

White with #B70139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70139; }

 p { color: rgb(183,1,57); }

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

background-color css

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

 a { background-color: rgb(183,1,57); }

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

border-color css

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

 span { border-color: rgb(183,1,57); }

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