Html Css Color HEX #B70845 Cardinal

📋 copy color: '#B70845'

red 183 ◦ green 8 ◦ blue 69

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

Shades of Cardinal #B70845

Tints of Cardinal #B70845

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 26.54%

R = 70.38%
G = 3.08%
B = 26.54%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.62

 K value IS 0.28

RGB Variations

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

Color information

#B70845 (or 0xB70845) is known color: Cardinal. HEX triplet: B7, 08 and 45. RGB value is (183,8,69). Sum of RGB (Red+Green+Blue) = 183+8+69=260 (34% of max value = 765). Red value is 183 (71.88% from 255 or 70.38% from 260); Green value is 8 (3.52% from 255 or 3.08% from 260); Blue value is 69 (27.34% from 255 or 26.54% from 260); Max value from RGB is 183 - color contains mainly: red. Hex color #B70845 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B70845 is #48F7BA. Grayscale: #434343. Windows color (decimal): -4782011 or 4524215. OLE color: 4524215.

HSL color Cylindrical-coordinate representation of color #B70845: hue angle of 339.09º 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 #B70845 is Cyan = 0, Magento = 0.96, Yellow = 0.62 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 8 69 -
CMYK 0 0.96 0.62 0.28
HSL 339.09º 0.92% 0.37% -
HSV(B) 339.09º 0.96% 0.72% -
XYZ 20.69 10.67 6.6 -
YUV 67.28 128.98 210.54 -
System Red Green Blue C M Y K H S L
Decimal 183 8 69 0 0.96 0.62 0.28 339.09 0.92 0.37
Hex B7 8 45 0 60 3E 1C 153 5C 25
Octal 267 10 105 0 140 76 34 523 134 45
Binary 10110111 1000 1000101 0 1100000 111110 11100 101010011 1011100 100101

Color Harmonies of #B70845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70845

Black with #B70845

Text Example


Text Example

White with #B70845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70845; }

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

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

background-color css

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

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

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

border-color css

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

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

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