Html Css Color HEX #B7122B Cardinal

📋 copy color: '#B7122B'

red 183 ◦ green 18 ◦ blue 43

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

Shades of Cardinal #B7122B

Tints of Cardinal #B7122B

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.38%

 BLUE value IS 43 (17.19% from 255) = 17.62%

R = 75%
G = 7.38%
B = 17.62%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.77

 K value IS 0.28

RGB Variations

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

Color information

#B7122B (or 0xB7122B) is known color: Cardinal. HEX triplet: B7, 12 and 2B. RGB value is (183,18,43). Sum of RGB (Red+Green+Blue) = 183+18+43=244 (32% of max value = 765). Red value is 183 (71.88% from 255 or 75% from 244); Green value is 18 (7.42% from 255 or 7.38% from 244); Blue value is 43 (17.19% from 255 or 17.62% from 244); Max value from RGB is 183 - color contains mainly: red. Hex color #B7122B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B7122B is #48EDD4. Grayscale: #464646. Windows color (decimal): -4779477 or 2822839. OLE color: 2822839.

HSL color Cylindrical-coordinate representation of color #B7122B: hue angle of 350.91º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B7122B is Cyan = 0, Magento = 0.90, Yellow = 0.77 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 18 43 -
CMYK 0 0.90 0.77 0.28
HSL 350.91º 0.82% 0.39% -
HSV(B) 350.91º 0.9% 0.72% -
XYZ 20.18 10.67 3.28 -
YUV 70.19 112.66 208.47 -
System Red Green Blue C M Y K H S L
Decimal 183 18 43 0 0.90 0.77 0.28 350.91 0.82 0.39
Hex B7 12 2B 0 5A 4D 1C 15F 52 27
Octal 267 22 53 0 132 115 34 537 122 47
Binary 10110111 10010 101011 0 1011010 1001101 11100 101011111 1010010 100111

Color Harmonies of #B7122B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7122B

Black with #B7122B

Text Example


Text Example

White with #B7122B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7122B; }

 p { color: rgb(183,18,43); }

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

background-color css

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

 a { background-color: rgb(183,18,43); }

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

border-color css

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

 span { border-color: rgb(183,18,43); }

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