Html Css Color HEX #B70E43 Cardinal

📋 copy color: '#B70E43'

red 183 ◦ green 14 ◦ blue 67

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

Shades of Cardinal #B70E43

Tints of Cardinal #B70E43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 25.38%

R = 69.32%
G = 5.3%
B = 25.38%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.63

 K value IS 0.28

RGB Variations

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

Color information

#B70E43 (or 0xB70E43) is known color: Cardinal. HEX triplet: B7, 0E and 43. RGB value is (183,14,67). Sum of RGB (Red+Green+Blue) = 183+14+67=264 (34% of max value = 765). Red value is 183 (71.88% from 255 or 69.32% from 264); Green value is 14 (5.86% from 255 or 5.30% from 264); Blue value is 67 (26.56% from 255 or 25.38% from 264); Max value from RGB is 183 - color contains mainly: red. Hex color #B70E43 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B70E43 is #48F1BC. Grayscale: #464646. Windows color (decimal): -4780477 or 4394679. OLE color: 4394679.

HSL color Cylindrical-coordinate representation of color #B70E43: hue angle of 341.18º 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 #B70E43 is Cyan = 0, Magento = 0.92, Yellow = 0.63 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 14 67 -
CMYK 0 0.92 0.63 0.28
HSL 341.18º 0.86% 0.39% -
HSV(B) 341.18º 0.92% 0.72% -
XYZ 20.7 10.79 6.3 -
YUV 70.57 125.99 208.19 -
System Red Green Blue C M Y K H S L
Decimal 183 14 67 0 0.92 0.63 0.28 341.18 0.86 0.39
Hex B7 E 43 0 5C 3F 1C 155 56 27
Octal 267 16 103 0 134 77 34 525 126 47
Binary 10110111 1110 1000011 0 1011100 111111 11100 101010101 1010110 100111

Color Harmonies of #B70E43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70E43

Black with #B70E43

Text Example


Text Example

White with #B70E43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70E43; }

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

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

background-color css

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

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

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

border-color css

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

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

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