Html Css Color HEX #B70839 Cardinal

📋 copy color: '#B70839'

red 183 ◦ green 8 ◦ blue 57

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

Shades of Cardinal #B70839

Tints of Cardinal #B70839

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.23%

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

R = 73.79%
G = 3.23%
B = 22.98%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.69

 K value IS 0.28

RGB Variations

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

Color information

#B70839 (or 0xB70839) is known color: Cardinal. HEX triplet: B7, 08 and 39. RGB value is (183,8,57). Sum of RGB (Red+Green+Blue) = 183+8+57=248 (32% of max value = 765). Red value is 183 (71.88% from 255 or 73.79% from 248); Green value is 8 (3.52% from 255 or 3.23% from 248); Blue value is 57 (22.66% from 255 or 22.98% from 248); Max value from RGB is 183 - color contains mainly: red. Hex color #B70839 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B70839 is #48F7C6. Grayscale: #414141. Windows color (decimal): -4782023 or 3737783. OLE color: 3737783.

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

Color convert

RGB 183 8 57 -
CMYK 0 0.96 0.69 0.28
HSL 343.2º 0.92% 0.37% -
HSV(B) 343.2º 0.96% 0.72% -
XYZ 20.35 10.54 4.83 -
YUV 65.91 122.98 211.52 -
System Red Green Blue C M Y K H S L
Decimal 183 8 57 0 0.96 0.69 0.28 343.2 0.92 0.37
Hex B7 8 39 0 60 45 1C 157 5C 25
Octal 267 10 71 0 140 105 34 527 134 45
Binary 10110111 1000 111001 0 1100000 1000101 11100 101010111 1011100 100101

Color Harmonies of #B70839

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70839

Black with #B70839

Text Example


Text Example

White with #B70839

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70839; }

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

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

background-color css

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

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

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

border-color css

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

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

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