Html Css Color HEX #B7122A Cardinal

📋 copy color: '#B7122A'

red 183 ◦ green 18 ◦ blue 42

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

Shades of Cardinal #B7122A

Tints of Cardinal #B7122A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 17.28%

R = 75.31%
G = 7.41%
B = 17.28%

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

#B7122A (or 0xB7122A) is known color: Cardinal. HEX triplet: B7, 12 and 2A. RGB value is (183,18,42). Sum of RGB (Red+Green+Blue) = 183+18+42=243 (32% of max value = 765). Red value is 183 (71.88% from 255 or 75.31% from 243); Green value is 18 (7.42% from 255 or 7.41% from 243); Blue value is 42 (16.80% from 255 or 17.28% from 243); Max value from RGB is 183 - color contains mainly: red. Hex color #B7122A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B7122A is #48EDD5. Grayscale: #464646. Windows color (decimal): -4779478 or 2757303. OLE color: 2757303.

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

Color convert

RGB 183 18 42 -
CMYK 0 0.90 0.77 0.28
HSL 351.27º 0.82% 0.39% -
HSV(B) 351.27º 0.9% 0.72% -
XYZ 20.16 10.67 3.19 -
YUV 70.07 112.16 208.55 -
System Red Green Blue C M Y K H S L
Decimal 183 18 42 0 0.90 0.77 0.28 351.27 0.82 0.39
Hex B7 12 2A 0 5A 4D 1C 15F 52 27
Octal 267 22 52 0 132 115 34 537 122 47
Binary 10110111 10010 101010 0 1011010 1001101 11100 101011111 1010010 100111

Color Harmonies of #B7122A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7122A

Black with #B7122A

Text Example


Text Example

White with #B7122A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7122A; }

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

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

background-color css

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

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

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

border-color css

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

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

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