Html Css Color HEX #B70239 Cardinal

📋 copy color: '#B70239'

red 183 ◦ green 2 ◦ blue 57

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

Shades of Cardinal #B70239

Tints of Cardinal #B70239

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.83%

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

R = 75.62%
G = 0.83%
B = 23.55%

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

#B70239 (or 0xB70239) is known color: Cardinal. HEX triplet: B7, 02 and 39. RGB value is (183,2,57). Sum of RGB (Red+Green+Blue) = 183+2+57=242 (32% of max value = 765). Red value is 183 (71.88% from 255 or 75.62% from 242); Green value is 2 (1.17% from 255 or 0.83% from 242); Blue value is 57 (22.66% from 255 or 23.55% from 242); Max value from RGB is 183 - color contains mainly: red. Hex color #B70239 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B70239 is #48FDC6. Grayscale: #3E3E3E. Windows color (decimal): -4783559 or 3736247. OLE color: 3736247.

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

Color convert

RGB 183 2 57 -
CMYK 0 0.99 0.69 0.28
HSL 341.77º 0.98% 0.36% -
HSV(B) 341.77º 0.99% 0.72% -
XYZ 20.29 10.41 4.81 -
YUV 62.39 124.97 214.03 -
System Red Green Blue C M Y K H S L
Decimal 183 2 57 0 0.99 0.69 0.28 341.77 0.98 0.36
Hex B7 2 39 0 63 45 1C 156 62 24
Octal 267 2 71 0 143 105 34 526 142 44
Binary 10110111 10 111001 0 1100011 1000101 11100 101010110 1100010 100100

Color Harmonies of #B70239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70239

Black with #B70239

Text Example


Text Example

White with #B70239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70239; }

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

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

background-color css

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

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

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

border-color css

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

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

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