Html Css Color HEX #B70031 Cardinal

📋 copy color: '#B70031'

red 183 ◦ green 0 ◦ blue 49

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

Shades of Cardinal #B70031

Tints of Cardinal #B70031

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 21.12%

R = 78.88%
G = 0%
B = 21.12%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.73

 K value IS 0.28

RGB Variations

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

Color information

#B70031 (or 0xB70031) is known color: Cardinal. HEX triplet: B7, 00 and 31. RGB value is (183,0,49). Sum of RGB (Red+Green+Blue) = 183+0+49=232 (30% of max value = 765). Red value is 183 (71.88% from 255 or 78.88% from 232); Green value is 0 (0.39% from 255 or 0% from 232); Blue value is 49 (19.53% from 255 or 21.12% from 232); Max value from RGB is 183 - color contains mainly: red. Hex color #B70031 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B70031 is #48FFCE. Grayscale: #3C3C3C. Windows color (decimal): -4784079 or 3211447. OLE color: 3211447.

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

Color convert

RGB 183 0 49 -
CMYK 0 1 0.73 0.28
HSL 343.93º 1% 0.36% -
HSV(B) 343.93º 1% 0.72% -
XYZ 20.08 10.29 3.83 -
YUV 60.3 121.63 215.52 -
System Red Green Blue C M Y K H S L
Decimal 183 0 49 0 1 0.73 0.28 343.93 1 0.36
Hex B7 0 31 0 64 49 1C 158 64 24
Octal 267 0 61 0 144 111 34 530 144 44
Binary 10110111 0 110001 0 1100100 1001001 11100 101011000 1100100 100100

Color Harmonies of #B70031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70031

Black with #B70031

Text Example


Text Example

White with #B70031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70031; }

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

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

background-color css

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

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

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

border-color css

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

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

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