Html Css Color HEX #B70137 Cardinal

📋 copy color: '#B70137'

red 183 ◦ green 1 ◦ blue 55

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

Shades of Cardinal #B70137

Tints of Cardinal #B70137

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.42%

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

R = 76.57%
G = 0.42%
B = 23.01%

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

#B70137 (or 0xB70137) is known color: Cardinal. HEX triplet: B7, 01 and 37. RGB value is (183,1,55). Sum of RGB (Red+Green+Blue) = 183+1+55=239 (31% of max value = 765). Red value is 183 (71.88% from 255 or 76.57% from 239); Green value is 1 (0.78% from 255 or 0.42% from 239); Blue value is 55 (21.88% from 255 or 23.01% from 239); Max value from RGB is 183 - color contains mainly: red. Hex color #B70137 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B70137 is #48FEC8. Grayscale: #3D3D3D. Windows color (decimal): -4783817 or 3604919. OLE color: 3604919.

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

Color convert

RGB 183 1 55 -
CMYK 0 0.99 0.70 0.28
HSL 342.2º 0.99% 0.36% -
HSV(B) 342.2º 0.99% 0.72% -
XYZ 20.23 10.36 4.55 -
YUV 61.57 124.3 214.61 -
System Red Green Blue C M Y K H S L
Decimal 183 1 55 0 0.99 0.70 0.28 342.2 0.99 0.36
Hex B7 1 37 0 63 46 1C 156 63 24
Octal 267 1 67 0 143 106 34 526 143 44
Binary 10110111 1 110111 0 1100011 1000110 11100 101010110 1100011 100100

Color Harmonies of #B70137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70137

Black with #B70137

Text Example


Text Example

White with #B70137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70137; }

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

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

background-color css

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

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

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

border-color css

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

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

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