Html Css Color HEX #B0122E Cardinal

📋 copy color: '#B0122E'

red 176 ◦ green 18 ◦ blue 46

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

Shades of Cardinal #B0122E

Tints of Cardinal #B0122E

RGB

 RED value IS 176 (69.14% from 255) = 73.33%

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

 BLUE value IS 46 (18.36% from 255) = 19.17%

R = 73.33%
G = 7.5%
B = 19.17%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.74

 K value IS 0.31

RGB Variations

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

Color information

#B0122E (or 0xB0122E) is known color: Cardinal. HEX triplet: B0, 12 and 2E. RGB value is (176,18,46). Sum of RGB (Red+Green+Blue) = 176+18+46=240 (31% of max value = 765). Red value is 176 (69.14% from 255 or 73.33% from 240); Green value is 18 (7.42% from 255 or 7.5% from 240); Blue value is 46 (18.36% from 255 or 19.17% from 240); Max value from RGB is 176 - color contains mainly: red. Hex color #B0122E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B0122E is #4FEDD1. Grayscale: #444444. Windows color (decimal): -5238226 or 3019440. OLE color: 3019440.

HSL color Cylindrical-coordinate representation of color #B0122E: hue angle of 349.37º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B0122E is Cyan = 0, Magento = 0.90, Yellow = 0.74 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 18 46 -
CMYK 0 0.90 0.74 0.31
HSL 349.37º 0.81% 0.38% -
HSV(B) 349.37º 0.9% 0.69% -
XYZ 18.61 9.86 3.51 -
YUV 68.43 115.35 204.72 -
System Red Green Blue C M Y K H S L
Decimal 176 18 46 0 0.90 0.74 0.31 349.37 0.81 0.38
Hex B0 12 2E 0 5A 4A 1F 15D 51 26
Octal 260 22 56 0 132 112 37 535 121 46
Binary 10110000 10010 101110 0 1011010 1001010 11111 101011101 1010001 100110

Color Harmonies of #B0122E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0122E

Black with #B0122E

Text Example


Text Example

White with #B0122E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0122E; }

 p { color: rgb(176,18,46); }

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

background-color css

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

 a { background-color: rgb(176,18,46); }

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

border-color css

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

 span { border-color: rgb(176,18,46); }

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