Html Css Color HEX #B70444 Cardinal

📋 copy color: '#B70444'

red 183 ◦ green 4 ◦ blue 68

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

Shades of Cardinal #B70444

Tints of Cardinal #B70444

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.57%

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

R = 71.76%
G = 1.57%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.63

 K value IS 0.28

RGB Variations

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

Color information

#B70444 (or 0xB70444) is known color: Cardinal. HEX triplet: B7, 04 and 44. RGB value is (183,4,68). Sum of RGB (Red+Green+Blue) = 183+4+68=255 (33% of max value = 765). Red value is 183 (71.88% from 255 or 71.76% from 255); Green value is 4 (1.95% from 255 or 1.57% from 255); Blue value is 68 (26.95% from 255 or 26.67% from 255); Max value from RGB is 183 - color contains mainly: red. Hex color #B70444 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B70444 is #48FBBB. Grayscale: #404040. Windows color (decimal): -4783036 or 4457655. OLE color: 4457655.

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

Color convert

RGB 183 4 68 -
CMYK 0 0.98 0.63 0.28
HSL 338.55º 0.96% 0.37% -
HSV(B) 338.55º 0.98% 0.72% -
XYZ 20.62 10.57 6.42 -
YUV 64.82 129.8 212.3 -
System Red Green Blue C M Y K H S L
Decimal 183 4 68 0 0.98 0.63 0.28 338.55 0.96 0.37
Hex B7 4 44 0 62 3F 1C 153 60 25
Octal 267 4 104 0 142 77 34 523 140 45
Binary 10110111 100 1000100 0 1100010 111111 11100 101010011 1100000 100101

Color Harmonies of #B70444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70444

Black with #B70444

Text Example


Text Example

White with #B70444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70444; }

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

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

background-color css

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

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

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

border-color css

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

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

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