Html Css Color HEX #B70431 Cardinal

📋 copy color: '#B70431'

red 183 ◦ green 4 ◦ blue 49

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

Shades of Cardinal #B70431

Tints of Cardinal #B70431

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.69%

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

R = 77.54%
G = 1.69%
B = 20.76%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.73

 K value IS 0.28

RGB Variations

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

Color information

#B70431 (or 0xB70431) is known color: Cardinal. HEX triplet: B7, 04 and 31. RGB value is (183,4,49). Sum of RGB (Red+Green+Blue) = 183+4+49=236 (31% of max value = 765). Red value is 183 (71.88% from 255 or 77.54% from 236); Green value is 4 (1.95% from 255 or 1.69% from 236); Blue value is 49 (19.53% from 255 or 20.76% from 236); Max value from RGB is 183 - color contains mainly: red. Hex color #B70431 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B70431 is #48FBCE. Grayscale: #3E3E3E. Windows color (decimal): -4783055 or 3212471. OLE color: 3212471.

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

Color convert

RGB 183 4 49 -
CMYK 0 0.98 0.73 0.28
HSL 344.92º 0.96% 0.37% -
HSV(B) 344.92º 0.98% 0.72% -
XYZ 20.13 10.38 3.85 -
YUV 62.65 120.3 213.84 -
System Red Green Blue C M Y K H S L
Decimal 183 4 49 0 0.98 0.73 0.28 344.92 0.96 0.37
Hex B7 4 31 0 62 49 1C 159 60 25
Octal 267 4 61 0 142 111 34 531 140 45
Binary 10110111 100 110001 0 1100010 1001001 11100 101011001 1100000 100101

Color Harmonies of #B70431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70431

Black with #B70431

Text Example


Text Example

White with #B70431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70431; }

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

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

background-color css

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

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

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

border-color css

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

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

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