Html Css Color HEX #B70843 Cardinal

📋 copy color: '#B70843'

red 183 ◦ green 8 ◦ blue 67

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

Shades of Cardinal #B70843

Tints of Cardinal #B70843

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.1%

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

R = 70.93%
G = 3.1%
B = 25.97%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.63

 K value IS 0.28

RGB Variations

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

Color information

#B70843 (or 0xB70843) is known color: Cardinal. HEX triplet: B7, 08 and 43. RGB value is (183,8,67). Sum of RGB (Red+Green+Blue) = 183+8+67=258 (34% of max value = 765). Red value is 183 (71.88% from 255 or 70.93% from 258); Green value is 8 (3.52% from 255 or 3.10% from 258); Blue value is 67 (26.56% from 255 or 25.97% from 258); Max value from RGB is 183 - color contains mainly: red. Hex color #B70843 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B70843 is #48F7BC. Grayscale: #424242. Windows color (decimal): -4782013 or 4393143. OLE color: 4393143.

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

Color convert

RGB 183 8 67 -
CMYK 0 0.96 0.63 0.28
HSL 339.77º 0.92% 0.37% -
HSV(B) 339.77º 0.96% 0.72% -
XYZ 20.63 10.65 6.28 -
YUV 67.05 127.98 210.7 -
System Red Green Blue C M Y K H S L
Decimal 183 8 67 0 0.96 0.63 0.28 339.77 0.92 0.37
Hex B7 8 43 0 60 3F 1C 154 5C 25
Octal 267 10 103 0 140 77 34 524 134 45
Binary 10110111 1000 1000011 0 1100000 111111 11100 101010100 1011100 100101

Color Harmonies of #B70843

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70843

Black with #B70843

Text Example


Text Example

White with #B70843

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70843; }

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

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

background-color css

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

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

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

border-color css

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

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

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