Html Css Color HEX #B70237 Cardinal

📋 copy color: '#B70237'

red 183 ◦ green 2 ◦ blue 55

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

Shades of Cardinal #B70237

Tints of Cardinal #B70237

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 22.92%

R = 76.25%
G = 0.83%
B = 22.92%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.70

 K value IS 0.28

RGB Variations

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

Color information

#B70237 (or 0xB70237) is known color: Cardinal. HEX triplet: B7, 02 and 37. RGB value is (183,2,55). Sum of RGB (Red+Green+Blue) = 183+2+55=240 (31% of max value = 765). Red value is 183 (71.88% from 255 or 76.25% from 240); Green value is 2 (1.17% from 255 or 0.83% from 240); Blue value is 55 (21.88% from 255 or 22.92% from 240); Max value from RGB is 183 - color contains mainly: red. Hex color #B70237 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B70237 is #48FDC8. Grayscale: #3E3E3E. Windows color (decimal): -4783561 or 3605175. OLE color: 3605175.

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

Color convert

RGB 183 2 55 -
CMYK 0 0.99 0.70 0.28
HSL 342.43º 0.98% 0.36% -
HSV(B) 342.43º 0.99% 0.72% -
XYZ 20.24 10.39 4.55 -
YUV 62.16 123.97 214.19 -
System Red Green Blue C M Y K H S L
Decimal 183 2 55 0 0.99 0.70 0.28 342.43 0.98 0.36
Hex B7 2 37 0 63 46 1C 156 62 24
Octal 267 2 67 0 143 106 34 526 142 44
Binary 10110111 10 110111 0 1100011 1000110 11100 101010110 1100010 100100

Color Harmonies of #B70237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70237

Black with #B70237

Text Example


Text Example

White with #B70237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70237; }

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

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

background-color css

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

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

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

border-color css

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

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

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