Html Css Color HEX #B70640 Cardinal

📋 copy color: '#B70640'

red 183 ◦ green 6 ◦ blue 64

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

Shades of Cardinal #B70640

Tints of Cardinal #B70640

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.37%

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

R = 72.33%
G = 2.37%
B = 25.3%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.65

 K value IS 0.28

RGB Variations

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

Color information

#B70640 (or 0xB70640) is known color: Cardinal. HEX triplet: B7, 06 and 40. RGB value is (183,6,64). Sum of RGB (Red+Green+Blue) = 183+6+64=253 (33% of max value = 765). Red value is 183 (71.88% from 255 or 72.33% from 253); Green value is 6 (2.73% from 255 or 2.37% from 253); Blue value is 64 (25.39% from 255 or 25.30% from 253); Max value from RGB is 183 - color contains mainly: red. Hex color #B70640 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B70640 is #48F9BF. Grayscale: #414141. Windows color (decimal): -4782528 or 4196023. OLE color: 4196023.

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

Color convert

RGB 183 6 64 -
CMYK 0 0.97 0.65 0.28
HSL 340.34º 0.94% 0.37% -
HSV(B) 340.34º 0.97% 0.72% -
XYZ 20.52 10.57 5.81 -
YUV 65.54 127.14 211.78 -
System Red Green Blue C M Y K H S L
Decimal 183 6 64 0 0.97 0.65 0.28 340.34 0.94 0.37
Hex B7 6 40 0 61 41 1C 154 5E 25
Octal 267 6 100 0 141 101 34 524 136 45
Binary 10110111 110 1000000 0 1100001 1000001 11100 101010100 1011110 100101

Color Harmonies of #B70640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70640

Black with #B70640

Text Example


Text Example

White with #B70640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70640; }

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

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

background-color css

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

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

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

border-color css

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

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

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