Html Css Color HEX #B70946 Cardinal

📋 copy color: '#B70946'

red 183 ◦ green 9 ◦ blue 70

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

Shades of Cardinal #B70946

Tints of Cardinal #B70946

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.44%

 BLUE value IS 70 (27.73% from 255) = 26.72%

R = 69.85%
G = 3.44%
B = 26.72%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.62

 K value IS 0.28

RGB Variations

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

Color information

#B70946 (or 0xB70946) is known color: Cardinal. HEX triplet: B7, 09 and 46. RGB value is (183,9,70). Sum of RGB (Red+Green+Blue) = 183+9+70=262 (34% of max value = 765). Red value is 183 (71.88% from 255 or 69.85% from 262); Green value is 9 (3.91% from 255 or 3.44% from 262); Blue value is 70 (27.73% from 255 or 26.72% from 262); Max value from RGB is 183 - color contains mainly: red. Hex color #B70946 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B70946 is #48F6B9. Grayscale: #434343. Windows color (decimal): -4781754 or 4590007. OLE color: 4590007.

HSL color Cylindrical-coordinate representation of color #B70946: hue angle of 338.97º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B70946 is Cyan = 0, Magento = 0.95, Yellow = 0.62 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 9 70 -
CMYK 0 0.95 0.62 0.28
HSL 338.97º 0.91% 0.38% -
HSV(B) 338.97º 0.95% 0.72% -
XYZ 20.73 10.7 6.77 -
YUV 67.98 129.15 210.04 -
System Red Green Blue C M Y K H S L
Decimal 183 9 70 0 0.95 0.62 0.28 338.97 0.91 0.38
Hex B7 9 46 0 5F 3E 1C 153 5B 26
Octal 267 11 106 0 137 76 34 523 133 46
Binary 10110111 1001 1000110 0 1011111 111110 11100 101010011 1011011 100110

Color Harmonies of #B70946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70946

Black with #B70946

Text Example


Text Example

White with #B70946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70946; }

 p { color: rgb(183,9,70); }

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

background-color css

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

 a { background-color: rgb(183,9,70); }

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

border-color css

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

 span { border-color: rgb(183,9,70); }

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