Html Css Color HEX #B70744 Cardinal

📋 copy color: '#B70744'

red 183 ◦ green 7 ◦ blue 68

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

Shades of Cardinal #B70744

Tints of Cardinal #B70744

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.71%

 BLUE value IS 68 (26.95% from 255) = 26.36%

R = 70.93%
G = 2.71%
B = 26.36%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.63

 K value IS 0.28

RGB Variations

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

Color information

#B70744 (or 0xB70744) is known color: Cardinal. HEX triplet: B7, 07 and 44. RGB value is (183,7,68). Sum of RGB (Red+Green+Blue) = 183+7+68=258 (34% of max value = 765). Red value is 183 (71.88% from 255 or 70.93% from 258); Green value is 7 (3.12% from 255 or 2.71% from 258); Blue value is 68 (26.95% from 255 or 26.36% from 258); Max value from RGB is 183 - color contains mainly: red. Hex color #B70744 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B70744 is #48F8BB. Grayscale: #424242. Windows color (decimal): -4782268 or 4458423. OLE color: 4458423.

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

Color convert

RGB 183 7 68 -
CMYK 0 0.96 0.63 0.28
HSL 339.2º 0.93% 0.37% -
HSV(B) 339.2º 0.96% 0.72% -
XYZ 20.65 10.64 6.43 -
YUV 66.58 128.81 211.04 -
System Red Green Blue C M Y K H S L
Decimal 183 7 68 0 0.96 0.63 0.28 339.2 0.93 0.37
Hex B7 7 44 0 60 3F 1C 153 5D 25
Octal 267 7 104 0 140 77 34 523 135 45
Binary 10110111 111 1000100 0 1100000 111111 11100 101010011 1011101 100101

Color Harmonies of #B70744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70744

Black with #B70744

Text Example


Text Example

White with #B70744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70744; }

 p { color: rgb(183,7,68); }

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

background-color css

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

 a { background-color: rgb(183,7,68); }

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

border-color css

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

 span { border-color: rgb(183,7,68); }

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