Html Css Color HEX #B70540 Cardinal

📋 copy color: '#B70540'

red 183 ◦ green 5 ◦ blue 64

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

Shades of Cardinal #B70540

Tints of Cardinal #B70540

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.98%

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

R = 72.62%
G = 1.98%
B = 25.4%

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

#B70540 (or 0xB70540) is known color: Cardinal. HEX triplet: B7, 05 and 40. RGB value is (183,5,64). Sum of RGB (Red+Green+Blue) = 183+5+64=252 (33% of max value = 765). Red value is 183 (71.88% from 255 or 72.62% from 252); Green value is 5 (2.34% from 255 or 1.98% from 252); Blue value is 64 (25.39% from 255 or 25.40% from 252); Max value from RGB is 183 - color contains mainly: red. Hex color #B70540 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B70540 is #48FABF. Grayscale: #404040. Windows color (decimal): -4782784 or 4195767. OLE color: 4195767.

HSL color Cylindrical-coordinate representation of color #B70540: hue angle of 340.11º degrees, saturation: 0.95, 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 #B70540 is Cyan = 0, Magento = 0.97, Yellow = 0.65 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 5 64 -
CMYK 0 0.97 0.65 0.28
HSL 340.11º 0.95% 0.37% -
HSV(B) 340.11º 0.97% 0.72% -
XYZ 20.51 10.55 5.81 -
YUV 64.95 127.47 212.2 -
System Red Green Blue C M Y K H S L
Decimal 183 5 64 0 0.97 0.65 0.28 340.11 0.95 0.37
Hex B7 5 40 0 61 41 1C 154 5F 25
Octal 267 5 100 0 141 101 34 524 137 45
Binary 10110111 101 1000000 0 1100001 1000001 11100 101010100 1011111 100101

Color Harmonies of #B70540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70540

Black with #B70540

Text Example


Text Example

White with #B70540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70540; }

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

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

background-color css

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

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

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

border-color css

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

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

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