Html Css Color HEX #B70042 Cardinal

📋 copy color: '#B70042'

red 183 ◦ green 0 ◦ blue 66

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

Shades of Cardinal #B70042

Tints of Cardinal #B70042

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 73.49%
G = 0%
B = 26.51%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.64

 K value IS 0.28

RGB Variations

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

Color information

#B70042 (or 0xB70042) is known color: Cardinal. HEX triplet: B7, 00 and 42. RGB value is (183,0,66). Sum of RGB (Red+Green+Blue) = 183+0+66=249 (32% of max value = 765). Red value is 183 (71.88% from 255 or 73.49% from 249); Green value is 0 (0.39% from 255 or 0% from 249); Blue value is 66 (26.17% from 255 or 26.51% from 249); Max value from RGB is 183 - color contains mainly: red. Hex color #B70042 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B70042 is #48FFBD. Grayscale: #3E3E3E. Windows color (decimal): -4784062 or 4325559. OLE color: 4325559.

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

Color convert

RGB 183 0 66 -
CMYK 0 1 0.64 0.28
HSL 338.36º 1% 0.36% -
HSV(B) 338.36º 1% 0.72% -
XYZ 20.51 10.46 6.09 -
YUV 62.24 130.13 214.13 -
System Red Green Blue C M Y K H S L
Decimal 183 0 66 0 1 0.64 0.28 338.36 1 0.36
Hex B7 0 42 0 64 40 1C 152 64 24
Octal 267 0 102 0 144 100 34 522 144 44
Binary 10110111 0 1000010 0 1100100 1000000 11100 101010010 1100100 100100

Color Harmonies of #B70042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70042

Black with #B70042

Text Example


Text Example

White with #B70042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70042; }

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

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

background-color css

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

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

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

border-color css

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

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

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