Html Css Color HEX #B7013E Cardinal

📋 copy color: '#B7013E'

red 183 ◦ green 1 ◦ blue 62

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

Shades of Cardinal #B7013E

Tints of Cardinal #B7013E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 25.2%

R = 74.39%
G = 0.41%
B = 25.2%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.66

 K value IS 0.28

RGB Variations

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

Color information

#B7013E (or 0xB7013E) is known color: Cardinal. HEX triplet: B7, 01 and 3E. RGB value is (183,1,62). Sum of RGB (Red+Green+Blue) = 183+1+62=246 (32% of max value = 765). Red value is 183 (71.88% from 255 or 74.39% from 246); Green value is 1 (0.78% from 255 or 0.41% from 246); Blue value is 62 (24.61% from 255 or 25.20% from 246); Max value from RGB is 183 - color contains mainly: red. Hex color #B7013E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B7013E is #48FEC1. Grayscale: #3E3E3E. Windows color (decimal): -4783810 or 4063671. OLE color: 4063671.

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

Color convert

RGB 183 1 62 -
CMYK 0 0.99 0.66 0.28
HSL 339.89º 0.99% 0.36% -
HSV(B) 339.89º 0.99% 0.72% -
XYZ 20.41 10.44 5.5 -
YUV 62.37 127.8 214.04 -
System Red Green Blue C M Y K H S L
Decimal 183 1 62 0 0.99 0.66 0.28 339.89 0.99 0.36
Hex B7 1 3E 0 63 42 1C 154 63 24
Octal 267 1 76 0 143 102 34 524 143 44
Binary 10110111 1 111110 0 1100011 1000010 11100 101010100 1100011 100100

Color Harmonies of #B7013E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7013E

Black with #B7013E

Text Example


Text Example

White with #B7013E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7013E; }

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

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

background-color css

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

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

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

border-color css

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

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

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