Html Css Color HEX #B70942 Cardinal

📋 copy color: '#B70942'

red 183 ◦ green 9 ◦ blue 66

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

Shades of Cardinal #B70942

Tints of Cardinal #B70942

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 25.58%

R = 70.93%
G = 3.49%
B = 25.58%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.64

 K value IS 0.28

RGB Variations

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

Color information

#B70942 (or 0xB70942) is known color: Cardinal. HEX triplet: B7, 09 and 42. RGB value is (183,9,66). Sum of RGB (Red+Green+Blue) = 183+9+66=258 (34% of max value = 765). Red value is 183 (71.88% from 255 or 70.93% from 258); Green value is 9 (3.91% from 255 or 3.49% from 258); Blue value is 66 (26.17% from 255 or 25.58% from 258); Max value from RGB is 183 - color contains mainly: red. Hex color #B70942 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B70942 is #48F6BD. Grayscale: #434343. Windows color (decimal): -4781758 or 4327863. OLE color: 4327863.

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

Color convert

RGB 183 9 66 -
CMYK 0 0.95 0.64 0.28
HSL 340.34º 0.91% 0.38% -
HSV(B) 340.34º 0.95% 0.72% -
XYZ 20.61 10.66 6.12 -
YUV 67.52 127.15 210.37 -
System Red Green Blue C M Y K H S L
Decimal 183 9 66 0 0.95 0.64 0.28 340.34 0.91 0.38
Hex B7 9 42 0 5F 40 1C 154 5B 26
Octal 267 11 102 0 137 100 34 524 133 46
Binary 10110111 1001 1000010 0 1011111 1000000 11100 101010100 1011011 100110

Color Harmonies of #B70942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70942

Black with #B70942

Text Example


Text Example

White with #B70942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70942; }

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

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

background-color css

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

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

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

border-color css

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

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

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