Html Css Color HEX #B0123E Cardinal

📋 copy color: '#B0123E'

red 176 ◦ green 18 ◦ blue 62

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

Shades of Cardinal #B0123E

Tints of Cardinal #B0123E

RGB

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

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

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

R = 68.75%
G = 7.03%
B = 24.22%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.65

 K value IS 0.31

RGB Variations

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

Color information

#B0123E (or 0xB0123E) is known color: Cardinal. HEX triplet: B0, 12 and 3E. RGB value is (176,18,62). Sum of RGB (Red+Green+Blue) = 176+18+62=256 (33% of max value = 765). Red value is 176 (69.14% from 255 or 68.75% from 256); Green value is 18 (7.42% from 255 or 7.03% from 256); Blue value is 62 (24.61% from 255 or 24.22% from 256); Max value from RGB is 176 - color contains mainly: red. Hex color #B0123E is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B0123E is #4FEDC1. Grayscale: #464646. Windows color (decimal): -5238210 or 4068016. OLE color: 4068016.

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

Color convert

RGB 176 18 62 -
CMYK 0 0.90 0.65 0.31
HSL 343.29º 0.81% 0.38% -
HSV(B) 343.29º 0.9% 0.69% -
XYZ 18.99 10.01 5.49 -
YUV 70.26 123.35 203.42 -
System Red Green Blue C M Y K H S L
Decimal 176 18 62 0 0.90 0.65 0.31 343.29 0.81 0.38
Hex B0 12 3E 0 5A 41 1F 157 51 26
Octal 260 22 76 0 132 101 37 527 121 46
Binary 10110000 10010 111110 0 1011010 1000001 11111 101010111 1010001 100110

Color Harmonies of #B0123E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0123E

Black with #B0123E

Text Example


Text Example

White with #B0123E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0123E; }

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

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

background-color css

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

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

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

border-color css

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

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

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