Html Css Color HEX #B70037 Cardinal

📋 copy color: '#B70037'

red 183 ◦ green 0 ◦ blue 55

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

Shades of Cardinal #B70037

Tints of Cardinal #B70037

RGB

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

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

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

R = 76.89%
G = 0%
B = 23.11%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.70

 K value IS 0.28

RGB Variations

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

Color information

#B70037 (or 0xB70037) is known color: Cardinal. HEX triplet: B7, 00 and 37. RGB value is (183,0,55). Sum of RGB (Red+Green+Blue) = 183+0+55=238 (31% of max value = 765). Red value is 183 (71.88% from 255 or 76.89% from 238); Green value is 0 (0.39% from 255 or 0% from 238); Blue value is 55 (21.88% from 255 or 23.11% from 238); Max value from RGB is 183 - color contains mainly: red. Hex color #B70037 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B70037 is #48FFC8. Grayscale: #3C3C3C. Windows color (decimal): -4784073 or 3604663. OLE color: 3604663.

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

Color convert

RGB 183 0 55 -
CMYK 0 1 0.70 0.28
HSL 341.97º 1% 0.36% -
HSV(B) 341.97º 1% 0.72% -
XYZ 20.22 10.34 4.55 -
YUV 60.99 124.63 215.03 -
System Red Green Blue C M Y K H S L
Decimal 183 0 55 0 1 0.70 0.28 341.97 1 0.36
Hex B7 0 37 0 64 46 1C 156 64 24
Octal 267 0 67 0 144 106 34 526 144 44
Binary 10110111 0 110111 0 1100100 1000110 11100 101010110 1100100 100100

Color Harmonies of #B70037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70037

Black with #B70037

Text Example


Text Example

White with #B70037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70037; }

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

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

background-color css

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

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

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

border-color css

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

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

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