Html Css Color HEX #B70243 Cardinal

📋 copy color: '#B70243'

red 183 ◦ green 2 ◦ blue 67

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

Shades of Cardinal #B70243

Tints of Cardinal #B70243

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.79%

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

R = 72.62%
G = 0.79%
B = 26.59%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.63

 K value IS 0.28

RGB Variations

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

Color information

#B70243 (or 0xB70243) is known color: Cardinal. HEX triplet: B7, 02 and 43. RGB value is (183,2,67). Sum of RGB (Red+Green+Blue) = 183+2+67=252 (33% of max value = 765). Red value is 183 (71.88% from 255 or 72.62% from 252); Green value is 2 (1.17% from 255 or 0.79% from 252); Blue value is 67 (26.56% from 255 or 26.59% from 252); Max value from RGB is 183 - color contains mainly: red. Hex color #B70243 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B70243 is #48FDBC. Grayscale: #3F3F3F. Windows color (decimal): -4783549 or 4391607. OLE color: 4391607.

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

Color convert

RGB 183 2 67 -
CMYK 0 0.99 0.63 0.28
HSL 338.45º 0.98% 0.36% -
HSV(B) 338.45º 0.99% 0.72% -
XYZ 20.56 10.52 6.26 -
YUV 63.53 129.97 213.21 -
System Red Green Blue C M Y K H S L
Decimal 183 2 67 0 0.99 0.63 0.28 338.45 0.98 0.36
Hex B7 2 43 0 63 3F 1C 152 62 24
Octal 267 2 103 0 143 77 34 522 142 44
Binary 10110111 10 1000011 0 1100011 111111 11100 101010010 1100010 100100

Color Harmonies of #B70243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70243

Black with #B70243

Text Example


Text Example

White with #B70243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70243; }

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

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

background-color css

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

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

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

border-color css

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

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

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