Html Css Color HEX #B70342 Cardinal

📋 copy color: '#B70342'

red 183 ◦ green 3 ◦ blue 66

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

Shades of Cardinal #B70342

Tints of Cardinal #B70342

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.19%

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

R = 72.62%
G = 1.19%
B = 26.19%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.64

 K value IS 0.28

RGB Variations

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

Color information

#B70342 (or 0xB70342) is known color: Cardinal. HEX triplet: B7, 03 and 42. RGB value is (183,3,66). Sum of RGB (Red+Green+Blue) = 183+3+66=252 (33% of max value = 765). Red value is 183 (71.88% from 255 or 72.62% from 252); Green value is 3 (1.56% from 255 or 1.19% from 252); Blue value is 66 (26.17% from 255 or 26.19% from 252); Max value from RGB is 183 - color contains mainly: red. Hex color #B70342 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B70342 is #48FCBD. Grayscale: #3F3F3F. Windows color (decimal): -4783294 or 4326327. OLE color: 4326327.

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

Color convert

RGB 183 3 66 -
CMYK 0 0.98 0.64 0.28
HSL 339º 0.97% 0.36% -
HSV(B) 339º 0.98% 0.72% -
XYZ 20.54 10.53 6.1 -
YUV 64 129.13 212.88 -
System Red Green Blue C M Y K H S L
Decimal 183 3 66 0 0.98 0.64 0.28 339 0.97 0.36
Hex B7 3 42 0 62 40 1C 153 61 24
Octal 267 3 102 0 142 100 34 523 141 44
Binary 10110111 11 1000010 0 1100010 1000000 11100 101010011 1100001 100100

Color Harmonies of #B70342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70342

Black with #B70342

Text Example


Text Example

White with #B70342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70342; }

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

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

background-color css

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

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

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

border-color css

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

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

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