Html Css Color HEX #B70B40 Cardinal

📋 copy color: '#B70B40'

red 183 ◦ green 11 ◦ blue 64

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

Shades of Cardinal #B70B40

Tints of Cardinal #B70B40

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.26%

 BLUE value IS 64 (25.39% from 255) = 24.81%

R = 70.93%
G = 4.26%
B = 24.81%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.65

 K value IS 0.28

RGB Variations

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

Color information

#B70B40 (or 0xB70B40) is known color: Cardinal. HEX triplet: B7, 0B and 40. RGB value is (183,11,64). Sum of RGB (Red+Green+Blue) = 183+11+64=258 (34% of max value = 765). Red value is 183 (71.88% from 255 or 70.93% from 258); Green value is 11 (4.69% from 255 or 4.26% from 258); Blue value is 64 (25.39% from 255 or 24.81% from 258); Max value from RGB is 183 - color contains mainly: red. Hex color #B70B40 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B70B40 is #48F4BF. Grayscale: #444444. Windows color (decimal): -4781248 or 4197303. OLE color: 4197303.

HSL color Cylindrical-coordinate representation of color #B70B40: hue angle of 341.51º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B70B40 is Cyan = 0, Magento = 0.94, Yellow = 0.65 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 11 64 -
CMYK 0 0.94 0.65 0.28
HSL 341.51º 0.89% 0.38% -
HSV(B) 341.51º 0.94% 0.72% -
XYZ 20.57 10.68 5.83 -
YUV 68.47 125.48 209.69 -
System Red Green Blue C M Y K H S L
Decimal 183 11 64 0 0.94 0.65 0.28 341.51 0.89 0.38
Hex B7 B 40 0 5E 41 1C 156 59 26
Octal 267 13 100 0 136 101 34 526 131 46
Binary 10110111 1011 1000000 0 1011110 1000001 11100 101010110 1011001 100110

Color Harmonies of #B70B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70B40

Black with #B70B40

Text Example


Text Example

White with #B70B40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70B40; }

 p { color: rgb(183,11,64); }

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

background-color css

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

 a { background-color: rgb(183,11,64); }

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

border-color css

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

 span { border-color: rgb(183,11,64); }

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