Html Css Color HEX #B70E41 Cardinal

📋 copy color: '#B70E41'

red 183 ◦ green 14 ◦ blue 65

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

Shades of Cardinal #B70E41

Tints of Cardinal #B70E41

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.34%

 BLUE value IS 65 (25.78% from 255) = 24.81%

R = 69.85%
G = 5.34%
B = 24.81%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.64

 K value IS 0.28

RGB Variations

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

Color information

#B70E41 (or 0xB70E41) is known color: Cardinal. HEX triplet: B7, 0E and 41. RGB value is (183,14,65). Sum of RGB (Red+Green+Blue) = 183+14+65=262 (34% of max value = 765). Red value is 183 (71.88% from 255 or 69.85% from 262); Green value is 14 (5.86% from 255 or 5.34% from 262); Blue value is 65 (25.78% from 255 or 24.81% from 262); Max value from RGB is 183 - color contains mainly: red. Hex color #B70E41 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B70E41 is #48F1BE. Grayscale: #464646. Windows color (decimal): -4780479 or 4263607. OLE color: 4263607.

HSL color Cylindrical-coordinate representation of color #B70E41: hue angle of 341.89º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B70E41 is Cyan = 0, Magento = 0.92, Yellow = 0.64 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 14 65 -
CMYK 0 0.92 0.64 0.28
HSL 341.89º 0.86% 0.39% -
HSV(B) 341.89º 0.92% 0.72% -
XYZ 20.64 10.76 5.99 -
YUV 70.35 124.99 208.35 -
System Red Green Blue C M Y K H S L
Decimal 183 14 65 0 0.92 0.64 0.28 341.89 0.86 0.39
Hex B7 E 41 0 5C 40 1C 156 56 27
Octal 267 16 101 0 134 100 34 526 126 47
Binary 10110111 1110 1000001 0 1011100 1000000 11100 101010110 1010110 100111

Color Harmonies of #B70E41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70E41

Black with #B70E41

Text Example


Text Example

White with #B70E41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70E41; }

 p { color: rgb(183,14,65); }

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

background-color css

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

 a { background-color: rgb(183,14,65); }

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

border-color css

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

 span { border-color: rgb(183,14,65); }

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