Html Css Color HEX #B01746 Cardinal

📋 copy color: '#B01746'

red 176 ◦ green 23 ◦ blue 70

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

Shades of Cardinal #B01746

Tints of Cardinal #B01746

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.55%

 BLUE value IS 70 (27.73% from 255) = 26.02%

R = 65.43%
G = 8.55%
B = 26.02%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.60

 K value IS 0.31

RGB Variations

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

Color information

#B01746 (or 0xB01746) is known color: Cardinal. HEX triplet: B0, 17 and 46. RGB value is (176,23,70). Sum of RGB (Red+Green+Blue) = 176+23+70=269 (35% of max value = 765). Red value is 176 (69.14% from 255 or 65.43% from 269); Green value is 23 (9.38% from 255 or 8.55% from 269); Blue value is 70 (27.73% from 255 or 26.02% from 269); Max value from RGB is 176 - color contains mainly: red. Hex color #B01746 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B01746 is #4FE8B9. Grayscale: #4A4A4A. Windows color (decimal): -5236922 or 4593584. OLE color: 4593584.

HSL color Cylindrical-coordinate representation of color #B01746: hue angle of 341.57º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B01746 is Cyan = 0, Magento = 0.87, Yellow = 0.60 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 23 70 -
CMYK 0 0.87 0.60 0.31
HSL 341.57º 0.77% 0.39% -
HSV(B) 341.57º 0.87% 0.69% -
XYZ 19.32 10.29 6.76 -
YUV 74.11 125.69 200.68 -
System Red Green Blue C M Y K H S L
Decimal 176 23 70 0 0.87 0.60 0.31 341.57 0.77 0.39
Hex B0 17 46 0 57 3C 1F 156 4D 27
Octal 260 27 106 0 127 74 37 526 115 47
Binary 10110000 10111 1000110 0 1010111 111100 11111 101010110 1001101 100111

Color Harmonies of #B01746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B01746

Black with #B01746

Text Example


Text Example

White with #B01746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B01746; }

 p { color: rgb(176,23,70); }

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

background-color css

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

 a { background-color: rgb(176,23,70); }

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

border-color css

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

 span { border-color: rgb(176,23,70); }

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