Html Css Color HEX #B7103E Cardinal

📋 copy color: '#B7103E'

red 183 ◦ green 16 ◦ blue 62

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

Shades of Cardinal #B7103E

Tints of Cardinal #B7103E

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.13%

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

R = 70.11%
G = 6.13%
B = 23.75%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.66

 K value IS 0.28

RGB Variations

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

Color information

#B7103E (or 0xB7103E) is known color: Cardinal. HEX triplet: B7, 10 and 3E. RGB value is (183,16,62). Sum of RGB (Red+Green+Blue) = 183+16+62=261 (34% of max value = 765). Red value is 183 (71.88% from 255 or 70.11% from 261); Green value is 16 (6.64% from 255 or 6.13% from 261); Blue value is 62 (24.61% from 255 or 23.75% from 261); Max value from RGB is 183 - color contains mainly: red. Hex color #B7103E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B7103E is #48EFC1. Grayscale: #474747. Windows color (decimal): -4779970 or 4067511. OLE color: 4067511.

HSL color Cylindrical-coordinate representation of color #B7103E: hue angle of 343.47º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B7103E is Cyan = 0, Magento = 0.91, Yellow = 0.66 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 16 62 -
CMYK 0 0.91 0.66 0.28
HSL 343.47º 0.84% 0.39% -
HSV(B) 343.47º 0.91% 0.72% -
XYZ 20.58 10.79 5.55 -
YUV 71.18 122.83 207.76 -
System Red Green Blue C M Y K H S L
Decimal 183 16 62 0 0.91 0.66 0.28 343.47 0.84 0.39
Hex B7 10 3E 0 5B 42 1C 157 54 27
Octal 267 20 76 0 133 102 34 527 124 47
Binary 10110111 10000 111110 0 1011011 1000010 11100 101010111 1010100 100111

Color Harmonies of #B7103E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7103E

Black with #B7103E

Text Example


Text Example

White with #B7103E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7103E; }

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

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

background-color css

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

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

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

border-color css

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

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

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